Page MenuHomeDevCentral

Suggest FANTOIR_TABLE value in fetch command
ClosedPublic

Authored by dereckson on Jan 19 2023, 01:24.
Tags
None
Referenced Files
F2992296: D2753.id6991.diff
Sun, May 26, 08:47
Unknown Object (File)
Wed, May 22, 01:35
Unknown Object (File)
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
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
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4357
Build 4624: arc lint + arc unit

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