What to specify in the Airflow connection UI for the Stripe
Opened this issue · 1 comments
keeyong commented
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 commented
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"}