Skip to content

Commit

Permalink
Give status filter permission to user (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dispensable authored Jun 13, 2023
1 parent 8ae679f commit b9e10ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk/models/provider/airflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, token=None, **kwargs):
else:
self.airflow_client = AirflowClient(username=AIRFLOW_USERNAME, passwd=AIRFLOW_PASSWORD)
self.default_tag = AIRFLOW_DEFAULT_DAG_TAG
self.default_status_filter = ('skipped',)
self.default_status_filter = ()

def get_default_pack(self):
return self.default_tag
Expand Down

0 comments on commit b9e10ec

Please sign in to comment.