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)
Fri, Jan 31, 10:00
Unknown Object (File)
Thu, Jan 30, 17:56
Unknown Object (File)
Mon, Jan 27, 16:56
Unknown Object (File)
Sun, Jan 26, 05:25
Unknown Object (File)
Fri, Jan 24, 22:25
Unknown Object (File)
Thu, Jan 23, 23:43
Unknown Object (File)
Tue, Jan 21, 08:14
Unknown Object (File)
Wed, Jan 15, 03:50
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