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

Add Harness source and Faros destination's converter #153

Merged
merged 5 commits into from
Nov 16, 2021
Merged

Conversation

Roma-Kyrnis
Copy link
Contributor

Description

Provide description here

Type of change

  • Bug fix
  • New feature
  • Breaking change

Related issues

Fix #152

Migration notes

Describe migration notes if any

Extra info

Add any additional information

"account_id": {
"type": "string",
"title": "Harness account ID",
"airbyte_secret": true
Copy link
Contributor

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?

Copy link
Contributor Author

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

@cjwooo
Copy link
Contributor

cjwooo commented Nov 9, 2021

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
):
| {
Copy link
Contributor

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?

Copy link
Contributor Author

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

@Roma-Kyrnis
Copy link
Contributor Author

Harness has [delegate](The Harness Delegate is a service). It's service but not Harness's local instance

@cjwooo cjwooo merged commit 380b064 into main Nov 16, 2021
@cjwooo cjwooo deleted the rk/add-harness branch November 16, 2021 23:37
@tovbinm
Copy link
Contributor

tovbinm commented Nov 16, 2021

Yay!

Please update README

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

Successfully merging this pull request may close these issues.

Add Harness source and Faros converter
3 participants