معرفی شرکت ها


cloud-composer-dag-test-utils-1.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Utility used to unit test example Apache Airflow DAGs for Google Cloud Composer. This is not an officially supported Google product.
ویژگی مقدار
سیستم عامل -
نام فایل cloud-composer-dag-test-utils-1.0.0
نام cloud-composer-dag-test-utils
نسخه کتابخانه 1.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Google LLC
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/composer/dag_test_utils
آدرس اینترنتی https://pypi.org/project/cloud-composer-dag-test-utils/
مجوز -
# Cloud Composer DAG Testing Utility This package is used internally to unit test the validity of all Cloud Composer sample DAGs. It is not supported for external production use. The [latest release can be found on PyPI](https://pypi.org/project/cloud-composer-dag-test-utils/). ## Instructions Add the following to your `requirements-test.txt` file: `cloud_composer_dag_test_utils` Import the internal unit testing module ```python import internal_unit_testing ``` Test your DAG ```python def test_dag_import(): # Set any variables if your DAG requires them models.Variable.set('gcs_bucket', 'example_bucket') from . import my_dag as module # Check for DAG validity internal_unit_testing.assert_has_valid_dag(module) ``` For more examples, refer to the [`workflows`](https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/composer/workflows) directory.


نیازمندی

مقدار نام
<3.0.0,>=2.0.0 apache-airflow[google]


نحوه نصب


نصب پکیج whl cloud-composer-dag-test-utils-1.0.0:

    pip install cloud-composer-dag-test-utils-1.0.0.whl


نصب پکیج tar.gz cloud-composer-dag-test-utils-1.0.0:

    pip install cloud-composer-dag-test-utils-1.0.0.tar.gz