Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What to specify in the Airflow connection UI for the Stripe #2

Open
keeyong opened this issue Jul 19, 2018 · 1 comment
Open

What to specify in the Airflow connection UI for the Stripe #2

keeyong opened this issue Jul 19, 2018 · 1 comment

Comments

@keeyong
Copy link

keeyong commented Jul 19, 2018

Not so sure what to use for the followings in the Connection Creation UI in the Airflow admin page:

  • Host: api.stripe.com?
  • ConnType: http?
  • Login: a username?
  • Password: the user's password?
  • Extra: I guess for Extra I need to specify api_key like this? { 'api_key': 'my_secret_key' }

Would this be enough? Having this in README.md can be very helpful

@adelinaenache
Copy link
Collaborator

Hello, thanks for suggestion, I'll update the README.md asap. To answer your question: Leave all fields blank, except "extra" field where you need to specify, indeed, your api_key like this: {"api_key": "your_secret_api_key"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants