Skip to content

Commit 7c00adc

Browse files
authored
docs(airflow): show that rest host points at gms (#5913)
1 parent 6698533 commit 7c00adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/lineage/airflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ There are a few ways to enable these integrations from Airflow into DataHub.
1010

1111
## Using Datahub's Airflow lineage plugin (new)
1212

13-
::: note
13+
:::note
1414

1515
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
1616

@@ -33,7 +33,7 @@ We recommend you use the lineage plugin if you are on Airflow version >= 2.0.2 o
3333
3434
```shell
3535
# 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'
3737
# For Kafka-based (standard Kafka sink config can be passed via extras):
3838
airflow connections add --conn-type 'datahub_kafka' 'datahub_kafka_default' --conn-host 'broker:9092' --conn-extra '{}'
3939
```

0 commit comments

Comments
 (0)