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

V2 apis bug fix #235

Merged
merged 24 commits into from
Sep 3, 2024
Merged

V2 apis bug fix #235

merged 24 commits into from
Sep 3, 2024

Conversation

yashashkumar
Copy link

@yashashkumar yashashkumar commented Aug 23, 2024

  1. Dataset read and dataset export api change to read connectors data from both connector_instance table and dataset_source_config table
  2. Added batch id in dataset import api request schema
  3. Expecting connector_config to be one of string or an object in readyToPublish schema

@yashashkumar yashashkumar changed the title V1 apis dev fix V2 apis bug fix Aug 23, 2024
...connector,
connector_config: JSON.parse(cipherService.decrypt(connector.connector_config))
}));
dataset.connectors_config = dataset?.connectors_config.map((connector: any) => {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to separate method this block of code

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved

@HarishGangula HarishGangula merged commit 6d963cf into v2-apis Sep 3, 2024
1 check failed
@HarishGangula HarishGangula deleted the v1-apis-dev-fix branch September 3, 2024 14:30
ravismula added a commit that referenced this pull request Sep 5, 2024
Added api_version to datasets draft table
ravismula pushed a commit that referenced this pull request Sep 5, 2024
ravismula added a commit that referenced this pull request Sep 5, 2024
Added Log4J and fixed the Bugs of web console integration
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.

3 participants