File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ There are a few ways to enable these integrations from Airflow into DataHub.
10
10
11
11
## Using Datahub's Airflow lineage plugin (new)
12
12
13
- ::: note
13
+ ::: note
14
14
15
15
We recommend you use the lineage plugin if you are on Airflow version >= 2.0.2 or on MWAA with an Airflow version >= 2.0.2
16
16
@@ -33,7 +33,7 @@ We recommend you use the lineage plugin if you are on Airflow version >= 2.0.2 o
33
33
34
34
` ` ` shell
35
35
# For REST-based:
36
- airflow connections add --conn-type 'datahub_rest' 'datahub_rest_default' --conn-host 'http://localhost :8080'
36
+ airflow connections add --conn-type 'datahub_rest' 'datahub_rest_default' --conn-host 'http://datahub-gms :8080'
37
37
# For Kafka-based (standard Kafka sink config can be passed via extras):
38
38
airflow connections add --conn-type 'datahub_kafka' 'datahub_kafka_default' --conn-host 'broker:9092' --conn-extra '{}'
39
39
```
You can’t perform that action at this time.
0 commit comments