tests.system.google.cloud.pubsub.example_pubsub

使用 Google PubSub 服務的範例 Airflow DAG。

模組內容

tests.system.google.cloud.pubsub.example_pubsub.ENV_ID[source]
tests.system.google.cloud.pubsub.example_pubsub.PROJECT_ID[source]
tests.system.google.cloud.pubsub.example_pubsub.DAG_ID = 'pubsub'[source]
tests.system.google.cloud.pubsub.example_pubsub.TOPIC_ID[source]
tests.system.google.cloud.pubsub.example_pubsub.MESSAGE[source]
tests.system.google.cloud.pubsub.example_pubsub.MESSAGE_TWO[source]
tests.system.google.cloud.pubsub.example_pubsub.echo_cmd = Multiline-String[source]
顯示值
"""
{% for m in task_instance.xcom_pull('pull_messages') %}
    echo "AckID: {{ m.get('ackId') }}, Base64-Encoded: {{ m.get('message') }}"
{% endfor %}
"""
tests.system.google.cloud.pubsub.example_pubsub.create_topic[source]
tests.system.google.cloud.pubsub.example_pubsub.test_run[source]

這個條目對您有幫助嗎?