Skip to content

Commit

Permalink
Bug fix from master merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
valayDave committed Jun 21, 2022
1 parent 90c06f1 commit 8511215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metaflow/plugins/airflow/airflow_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,8 @@ def _step_cli(self, node, paths, code_package_url, user_code_retries):
"--environment=%s" % self.environment.TYPE,
"--datastore=%s" % self.flow_datastore.TYPE,
"--datastore-root=%s" % self.flow_datastore.datastore_root,
"--event-logger=%s" % self.event_logger.logger_type,
"--monitor=%s" % self.monitor.monitor_type,
"--event-logger=%s" % self.event_logger.TYPE,
"--monitor=%s" % self.monitor.TYPE,
"--no-pylint",
"--with=airflow_internal",
]
Expand Down

0 comments on commit 8511215

Please sign in to comment.