You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/context/test_macros.py: 12 tests with warnings
/Users/user/IdeaProjects/airsflow/airsflow/context/macros.py:58: DeprecationWarning: Call to deprecated class HiveDatabase. -- Deprecated since version 0.7.0.
returncls(ctx, *args, namespace=namespace, context=context, **kwargs)
Environment
Python version: 3.6.11
Deprecated version: 1.2.10
The text was updated successfully, but these errors were encountered:
According to the this example
versionadded
should not emit the warning, but when I run the test code it does.Expected Behavior
I expected this will work fine
Actual Behavior
when I run pytest...
Environment
The text was updated successfully, but these errors were encountered: