You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "josh-fell (via GitHub)" <gi...@apache.org> on 2023/03/09 02:14:50 UTC

[GitHub] [airflow] josh-fell opened a new pull request, #29989: Move typing imports behind TYPE_CHECKING in DbtCloudHook

josh-fell opened a new pull request, #29989:
URL: https://github.com/apache/airflow/pull/29989

   There are a few module imports that are solely used for typing in the DbtCloudHook. Proposing to move them behind `TYPE_CHECKING` since they aren't needed at runtime.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal merged pull request #29989: Move typing imports behind TYPE_CHECKING in DbtCloudHook

Posted by "eladkal (via GitHub)" <gi...@apache.org>.
eladkal merged PR #29989:
URL: https://github.com/apache/airflow/pull/29989


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org