-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add Harness source and Faros destination's converter #153
Conversation
"account_id": { | ||
"type": "string", | ||
"title": "Harness account ID", | ||
"airbyte_secret": true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the account id need to be secret?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Account id can be public. I'll change it to not be a secret
Is there a test Harness server we can spin up to test, similar to how we do Jenkins, or do we need to test against a live Harness account? |
execution: HarnessExecutionNode, | ||
source: string | ||
): | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems pretty clunky read. Can you make the non-undefined return type a local interface?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. I've created interface
Harness has [delegate](The Harness Delegate is a service). It's service but not Harness's local instance |
Yay! Please update README |
Description
Type of change
Related issues
Migration notes
Extra info