GIT Connection¶
The GIT connection type enables the GIT Integrations.
Authenticating to GIT¶
Authenticate to FTP using ftplib.
i.e. indicate user
, password
, host
Default Connection IDs¶
Hooks, bundles related to GIT use git_default
by default.
Configuring the Connection¶
- Username
Specify the git
username
.- Repository URL (optional)
Specify the repository url e.g
git@github.com/apache/airflow.git
.- Password (optional)
Specify the git
password
a.k.aACCESS TOKEN
if using https.- Extra (optional)
Specify the extra parameters (as json dictionary) that can be used in ftp connection. You can specify the
key_file
path orprivate_key
as extra parameters. You can also optionally specify thestrict_host_key_checking
parameter.