Skip to content

Commit f9976ac

Browse files
authored
Add link to Marquez UI in Airflow quickstart [skip ci] (#872)
* Add link to Marquez UI in Airflow quickstart [skip ci] Signed-off-by: wslulciuc <[email protected]> * Fix docker/up.sh usage [skip ci] Signed-off-by: wslulciuc <[email protected]>
1 parent c0e80c4 commit f9976ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/airflow/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The easiest way to get up and running is with Docker. To start Airflow, run:
1010
$ ./docker/up.sh
1111
```
1212

13-
Use the `--build` flag to build images from source, or `--pull` to pull a tagged image.
13+
> **Tip:** Use the `--pull` to pull a tagged image.
1414
15-
Airflow listens on port `8080`. To view the Airflow UI and verify it's running, open http://localhost:8080
15+
Airflow listens on port `8080`. To view the Airflow UI and verify it's running, open http://localhost:8080. Then, browse to http://localhost:3000 to begin exploring DAG metadata via the Marquez UI.
1616

1717
# Airflow
1818

examples/airflow/docker/up.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15-
# Usage: $ ./up.sh [--build] [--pull]
15+
# Usage: $ ./up.sh [--pull]
1616

1717
set -e
1818

0 commit comments

Comments
 (0)