You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is more than one model in contract, datacontract export --format dbt-staging-sql --model name is not usable.
With correct model name:
$ datacontract export ./datacontract_50D_50D.yml --format dbt-staging-sql --model PNA
Export to dbt-staging-sql currently only works with exactly one model in the data contract.Please specify the model name.
With an incorrect model name:
$ datacontract export ./datacontract_50D_50D.yml --format dbt-staging-sql --model models.PNA
RuntimeError: Model model.PNA not found in the data contract. Available models: ['FAC', 'PNA']
The text was updated successfully, but these errors were encountered:
When there is more than one model in contract,
datacontract export --format dbt-staging-sql --model name
is not usable.With correct model name:
With an incorrect model name:
The text was updated successfully, but these errors were encountered: