valid_airflow_test_config.json 592 B

12345678910111213141516171819
  1. {
  2. "display_name": "airflow test instance",
  3. "metadata": {
  4. "api_endpoint": "http://airflowhost:2222",
  5. "github_repo": "test-org/test-repo",
  6. "github_branch": "test-branch",
  7. "github_repo_token": "test-token",
  8. "cos_endpoint": "http://miniohost:3333",
  9. "cos_bucket": "test-bucket-name",
  10. "cos_username": "minio",
  11. "cos_password": "minio123",
  12. "user_namespace": "default",
  13. "git_type": "GITHUB",
  14. "github_api_endpoint": "https://api.github.com",
  15. "cos_auth_type": "USER_CREDENTIALS",
  16. "runtime_type": "APACHE_AIRFLOW"
  17. },
  18. "schema_name": "airflow"
  19. }