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

[CT-2570] Instantiate Flags from dict #7607

Closed
Tracked by #7301
stu-k opened this issue May 11, 2023 · 0 comments · Fixed by #7624
Closed
Tracked by #7301

[CT-2570] Instantiate Flags from dict #7607

stu-k opened this issue May 11, 2023 · 0 comments · Fixed by #7624
Assignees

Comments

@stu-k
Copy link
Contributor

stu-k commented May 11, 2023

Description

As part of the work for dbt retry #7299, we need to be able to instantiate a Flags class from a dict (with unserialized values) and name of a command alone. This will support the creation of Flags and RuntimeConfig for a command being retried.

Acceptance Criteria

  • Flags can be instantiated provided only the following
    • the string name of a command
    • an unserialized dict representing the args used in a command
@github-actions github-actions bot changed the title Instantiate Flags from dict [CT-2570] Instantiate Flags from dict May 11, 2023
@stu-k stu-k self-assigned this May 11, 2023
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 a pull request may close this issue.

1 participant