Skip to content

Commit

Permalink
Update astronomer/providers/snowflake/triggers/snowflake_trigger.py
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Lee <[email protected]>
  • Loading branch information
vatsrahul1001 and Lee-W authored Jan 23, 2024
1 parent 40a1684 commit 76a0574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __init__(
warnings.warn(
(
"This class is deprecated and will be removed in 2.0.0."
"Use :class: `~airflow.providers.snowflake.triggers.snowflake_trigger.SnowflakeSqlApiTrigger` instead"
"Use `airflow.providers.snowflake.triggers.snowflake_trigger.SnowflakeSqlApiTrigger` instead"
),
DeprecationWarning,
stacklevel=2,
Expand Down

0 comments on commit 76a0574

Please sign in to comment.