Skip to content
New issue

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

Added vars to DbtRunner. #969

Closed
wants to merge 2 commits into from
Closed

Added vars to DbtRunner. #969

wants to merge 2 commits into from

Conversation

elongl
Copy link
Member

@elongl elongl commented Jun 28, 2023

No description provided.

@github-actions
Copy link
Contributor

👋 @elongl
Thank you for raising your pull request.
Please make sure to add tests and document all user-facing changes.
You can do this by editing the docs files in this pull request.

@@ -52,11 +56,27 @@ def _run_command(
dbt_command.extend(["--profiles-dir", self.profiles_dir])
if self.target:
dbt_command.extend(["--target", self.target])
if vars:
json_vars = json.dumps(vars)
agg_vars = {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be common code with SlimDbtRunner.

@elongl elongl closed this Jun 28, 2023
@elongl elongl deleted the add-vars-to-dbt-runner branch June 28, 2023 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant