Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Feb 7, 2024
1 parent ec3e167 commit cc368e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions catalog/dags/common/cloudwatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ def enable_or_disable_alarms(enable):
resource_type="cloudwatch",
)
cw_wrapper = CloudWatchWrapper(cloudwatch.get_conn())

cw_wrapper.enable_alarm_actions("ES Production CPU utilization above 50%", enable)
cw_wrapper.enable_alarm_actions("ES Production CPU utilization above 50%", enable)
2 changes: 1 addition & 1 deletion catalog/dags/data_refresh/data_refresh_task_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
successful response will include the `status_check` url used to check on the
status of the refresh, which is passed on to the next task via XCom.
3. Finally the `wait_for_data_refresh` task waits for the data refresh to be
3. Finally, the `wait_for_data_refresh` task waits for the data refresh to be
complete by polling the `status_url`. Note this task does not need to be
able to suspend itself and free the worker slot, because we want to lock the
entire pool on waiting for a particular data refresh to run.
Expand Down

0 comments on commit cc368e0

Please sign in to comment.