Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D2753
Change Details
Change Details
Old
New
Diff
Currently, `fantoir-datasource fetch` prints: `FANTOIR_FILE=FANTOIR1022` This change allows to add the following line: `FANTOIR_TABLE=fantoir_202210` 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.
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.
Currently,
`fantoir-datasource fetch`
the fetch commands
prints:
`FANTOIR_FILE=FANTOIR1022`
T
With t
his change
allows to add the following line:
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.
Continue