Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 committed Jul 26, 2024
1 parent c833629 commit 2914870
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions metadata-ingestion/src/datahub/cli/ingest_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def deploy(
variables: dict = {
"urn": urn,
"name": deploy_options.name,
"description": deploy_options.description,
"type": pipeline_config["source"]["type"],
"recipe": json.dumps(pipeline_config),
"executorId": deploy_options.executor_id,
Expand All @@ -353,7 +352,6 @@ def deploy(
mutation updateIngestionSource(
$urn: String!,
$name: String!,
$description: String,
$type: String!,
$schedule: UpdateIngestionSourceScheduleInput,
$recipe: String!,
Expand All @@ -362,7 +360,6 @@ def deploy(
updateIngestionSource(urn: $urn, input: {
name: $name,
description: $description,
type: $type,
schedule: $schedule,
config: {
Expand Down

0 comments on commit 2914870

Please sign in to comment.