Created
June 16, 2025 09:41
-
-
Save Sagarmikeylevi/c6694f2461b3481058e5cff4827b6ff9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://api-dev.akashic.dhira.io/application/target_data_source/insert/v2 | |
Payload: | |
{ | |
"databases": [ | |
{ | |
"type": "postgres", | |
"source_name": "postgres_Dest_323", | |
"table_name": "tb1", | |
"host": "52.36.76.75", | |
"port": "7654", | |
"database": "data_lake", | |
"username": "postgres", | |
"password": "password", | |
"ssl_mode": "false", | |
"schema": "test_target" | |
} | |
] | |
} | |
Response: | |
{ | |
"success": true, | |
"message": "Target data source inserted successfully!", | |
"target_data_source_id": 2307, | |
"source_name": "postgres_Dest_323", | |
"table_name": "tb1", | |
"path": "", | |
"database": "data_lake", | |
"schema": "test_target" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment