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

allow setting tracking behavior via flag in cli #1333

Closed
andres-lowrie opened this issue Apr 19, 2022 · 1 comment
Closed

allow setting tracking behavior via flag in cli #1333

andres-lowrie opened this issue Apr 19, 2022 · 1 comment

Comments

@andres-lowrie
Copy link
Contributor

Hello 👋

It would be really cool to have a flag that can be passed to the cli which would set the value of the tracking settings instead of having to modify the settings.json file directly, it's easier than having to manage another file.

The use case we have is one of CI/CD where we're running dataform via the cli and currently we have to create a settings file to avoid getting prompted on runs.

The flag can go both ways, doesn't really matter the goal is just to have a non-interactive command

dataform run --track ...

# or 

dataform run --no-track ...

anything really

Thanks y'all

@GJMcGowan
Copy link
Collaborator

This is fixed in #1450

Released in 2.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants