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
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
The text was updated successfully, but these errors were encountered:
Description
As part of the work for
dbt retry
#7299, we need to be able to instantiate aFlags
class from a dict (with unserialized values) and name of a command alone. This will support the creation ofFlags
andRuntimeConfig
for a command being retried.Acceptance Criteria
Flags
can be instantiated provided only the followingThe text was updated successfully, but these errors were encountered: