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

fix: #OBS-I452 Dataset in/out apis updated for dataset check using alias #321

Merged
merged 5 commits into from
Jan 20, 2025

Conversation

JeraldJF
Copy link

@JeraldJF JeraldJF commented Jan 20, 2025

Description:

  • Data in api: Try to fetch dataset using dataset alias name, if found get the dataset_id from it and continue. If not found the try to fetch from dataset_id. If not found for both, then throw not found error.
  • Data out api: Try to fetch dataset using dataset alias name, if found get the dataset_id from it and continue. If not found the try to fetch from dataset_id. If not found for both, then throw not found error.

Fixed bug: The query was not updating as the given string was not getting replaced with dataset_id using regex in the sql query validation.

@HarishGangula HarishGangula merged commit c832d6b into release-1.5.0 Jan 20, 2025
1 check failed
@HarishGangula HarishGangula deleted the dataset-aliasing branch January 20, 2025 11:07
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.

2 participants