Hi,
I am new to Matillion, I am fetching data from API for procession. There are separate APIs for each environment (Dev, UAT and PROD). I have created the profile based on Dev API. Now, the I have to migrate my code to higher environment, I have migrate API profile as well.
CAn you suggest how can I migrate API profiles from lower environment to higher environment?
What do you mean by migrate to higher environment ? I would assume that these are environments of the same application/service. And you declared your API Query profile using Dev environment. If we are talking about how to swap endpoints of the API Query profile you can always make the URL a variable and set it when you call the profile endpoint in a given component. This way you can have 1 API declaration for all environments and you are just swapping out the base URL.
If that's why you are after.