-
Notifications
You must be signed in to change notification settings - Fork 4.5k
add destinations, destinationSpecifications, and destinationImplementations resources to API #49
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
Conversation
import io.dataline.server.handlers.SourceSpecificationsHandler; | ||
import io.dataline.server.handlers.SourcesHandler; | ||
import io.dataline.server.handlers.WorkspacesHandler; | ||
import io.dataline.server.handlers.*; |
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.
@sherifnada @jrhizor FYI
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.
updated in my config as of now 👍
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.
thanks. done.
private final ConfigPersistence configPersistence; | ||
private final IntegrationSchemaValidation validator; | ||
|
||
public DestinationImplementationsHandler(ConfigPersistence configPersistence) { |
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.
Nice :)
|
||
@BeforeEach | ||
void setUp() { | ||
configPersistence = ConfigPersistenceImpl.getTest(); |
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.
You should use a mock instead
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.
agreed. done.
bb659c5
to
c2e91b8
Compare
e0ab902
to
fce475b
Compare
…ehq#12914) * airbytehq#12486 and airbytehq#49 from alpha-beta-issues fixes * test updates for #airbyte/12486 and #alpha-beta-issues/49 * airbytehq#12486 airbytehq#49-alpha-beta-issues PR comment fixes * airbytehq#12486 doc upd: add note on use of custom queries * auto-bump connector version Co-authored-by: Octavia Squidington III <[email protected]>
Fork Sync: Update from parent repository
What