Page MenuHomeDevCentral

Suggest FANTOIR_TABLE value in fetch command
ClosedPublic

Authored by dereckson on Jan 19 2023, 01:24.
Tags
None
Referenced Files
F2965016: D2753.id.diff
Sun, May 19, 02:17
Unknown Object (File)
Sat, May 18, 04:46
Unknown Object (File)
Wed, May 15, 13:09
Unknown Object (File)
Tue, May 14, 18:38
Unknown Object (File)
Tue, May 14, 03:17
Unknown Object (File)
Tue, May 14, 02:38
Unknown Object (File)
Mon, May 13, 17:36
Unknown Object (File)
Mon, May 13, 09:52
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