Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini committed Aug 2, 2017
2 parents c08842f + 836f289 commit ccf3ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/operators/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class HivePartitionSensor(BaseSensorOperator):
:type metastore_conn_id: str
"""
template_fields = ('schema', 'table', 'partition',)
ui_color = '#2b2d42'
ui_color = '#C5CAE9'

@apply_defaults
def __init__(
Expand Down

0 comments on commit ccf3ccc

Please sign in to comment.