Skip to content

Commit

Permalink
fix(ingest): update GX version having name arg (#11849)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate authored Nov 13, 2024
1 parent 8bbfa8c commit 64355b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

has_name_positional_arg = packaging.version.parse(
GX_VERSION
) >= packaging.version.Version("0.18.0")
) >= packaging.version.Version("0.18.14")
except Exception:
has_name_positional_arg = False

Expand All @@ -89,7 +89,7 @@ class DataHubValidationAction(ValidationAction):
def __init__(
self,
data_context: AbstractDataContext,
# this would capture `name` positional arg added in GX 0.18.0
# this would capture `name` positional arg added in GX 0.18.14
*args: Union[str, Any],
server_url: str,
env: str = builder.DEFAULT_ENV,
Expand Down

0 comments on commit 64355b4

Please sign in to comment.