Page MenuHomeDevCentral

Suggest FANTOIR_TABLE value in fetch command
ClosedPublic

Authored by dereckson on Jan 19 2023, 01:24.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 18, 01:19
Unknown Object (File)
Mon, Apr 15, 21:47
Unknown Object (File)
Sun, Apr 14, 09:32
Unknown Object (File)
Tue, Apr 9, 07:07
Unknown Object (File)
Fri, Apr 5, 05:05
Unknown Object (File)
Thu, Apr 4, 16:39
Unknown Object (File)
Thu, Apr 4, 11:35
Unknown Object (File)
Tue, Apr 2, 21:20
Subscribers
None

Details

Summary

Currently, the fetch commands prints:
FANTOIR_FILE=FANTOIR1022

With this change it also prints:
FANTOIR_TABLE=fantoir_202210

Use case

That allows pipeline to do something like:

$ fantoir-datasource fetch > .env
$ source .env
$ fantoir-datasource import $FANTOIR_FILE $FANTOIR_TABLE
[...]
$ fantoir=datasource promote $FANTOIR_TABLE

Ref T1750.

Test Plan

fantoir-datasource fetch

Diff Detail

Repository
rDS Nasqueron Datasources
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson edited the summary of this revision. (Show Details)
dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jan 19 2023, 01:27