We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run this command against the cli method in the server:
cli
dbt run --vars '{period_start_date: '2019-04-01', period: 'day'}' -m buildings
the command line variables are ignored. Instead I would expect the command line variables to be present in the context.
Note: partial parsing is enabled in this environment
tbd
The output of dbt --version:
dbt --version
O.15.2
The text was updated successfully, but these errors were encountered:
Hi, this also happens when we run a job and pass to it variables options as part of the dbt run command.
Sorry, something went wrong.
Merge pull request #2104 from fishtown-analytics/fix/rpc-cli-vars-arg…
099b487
…uments Attach cli vars to configs when they come in via the RPC server (#2092)
Successfully merging a pull request may close this issue.
Describe the bug
When I run this command against the
cli
method in the server:the command line variables are ignored. Instead I would expect the command line variables to be present in the context.
Note: partial parsing is enabled in this environment
Steps To Reproduce
tbd
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: