Skip to main content

Easily deploy Airflow for local development

Project description

Dockflow CLI

This package requires docker to be installed and running on your machine.

Getting started

  1. Install dockflow:
    pip install dockflow

  2. Authenticate docker to pull from private GCR repository:
    2.1. First make sure that your gcloud is authenticated.
    2.2. Ensure you are in the correct project using gcloud config set project <project name>
    2.3. Use gcloud auth configure-docker to auth docker to pull from private container repo.

Quickstart

  1. Ensure that your docker file sharing settings allows access to your development directory.
  2. Navigate to the root directory of your dags folder.
  3. Use dockflow config and enter your container repo url excluding the version.
    • This will save the url in a config file.
    • Eg. gcr.io/<project>/<container>
    • This should only be used if the container repo changes.
  4. If the image version tag is not composer-1.10.6-airflow-1.10.6 specify the tag using dockflow start -iv <version>
  5. Use dockflow start (This will mount the dag folder and start Airflow).
  6. Use the UI to add connections.
    • Admin -> Connections -> Create
  7. Use dockflow refresh to refresh the configs cache or to bundle configs.
  8. Remember to use dockflow stop to shut down the instance to save local machine resources.
    • The state will be persisted in the same directory as the dags folder.
  9. To stop and remove the container use dockflow stop --rm

Available composer versions

  • composer-1.11.2-airflow-1.10.9
  • composer-1.10.6-airflow-1.10.6 (default)
  • composer-1.7.2-airflow-1.10.2

CloudSQL Proxy

docker run -d \
  -v <PATH_TO_KEY_FILE>:/config \
  -p 127.0.0.1:5432:5432 \
  --network='dockflow' \
  --name='cloudsql' \
  gcr.io/cloudsql-docker/gce-proxy:1.17 /cloud_sql_proxy \
  -instances=<INSTANCE_CONNECTION_NAME>=tcp:0.0.0.0:5432 -credential_file=/config

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dockflow-1.0.1b0.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

dockflow-1.0.1b0-py3-none-any.whl (8.3 kB view details)

Uploaded Python 3

File details

Details for the file dockflow-1.0.1b0.tar.gz.

File metadata

  • Download URL: dockflow-1.0.1b0.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for dockflow-1.0.1b0.tar.gz
Algorithm Hash digest
SHA256 47dd898da6c75059f4428069d1dde65f86e50595cba5197c51e35cad7139113e
MD5 018f4b7032de3b18098559aa9316beab
BLAKE2b-256 672db57efaba9981aab97f44f206ce405c38c44e629e8142c2e9959084d83c64

See more details on using hashes here.

File details

Details for the file dockflow-1.0.1b0-py3-none-any.whl.

File metadata

  • Download URL: dockflow-1.0.1b0-py3-none-any.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.1.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for dockflow-1.0.1b0-py3-none-any.whl
Algorithm Hash digest
SHA256 05fa5b92d244f0e6611f3a5f4989f76d307e21548130ebcf5f047410476cb6fb
MD5 f0c33450b513f0370aba4a2c24828556
BLAKE2b-256 23f94286079ab2d7e0718e013ca644ea9af12bc65d0cdf3c2a6a0383f4680e10

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page