Informatica Enterprise Data Integrator > Prerequisites > Snowflake external API access integration
  

Snowflake external API access integration

Enterprise Data Integrator requires access to some Informatica APIs.
To enable Enterprise Data Integrator to access external Informatica APIs, use the Snowflake SQL EXTERNAL ACCESS INTEGRATION command. Also create a NETWORK RULE and a SECRET to use in the command.
If you do not complete this prerequisite, a reminder will be displayed after you log in to Enterprise Data Integrator. You can't proceed until completing external API access integration.
Run the following Snowflake SQL commands:
CREATE OR REPLACE EXTERNAL ACCESS INTEGRATION <access_integration_identifier>
ALLOWED_NETWORK_RULES = (<network_rule_name>)
ALLOWED_AUTHENTICATION_SECRETS = (<secret_name>)
ENABLED = true;
GRANT USAGE ON INTEGRATION <access_integration_identifier> TO APPLICATION <your_Snowflake_EDI_app>;
Syntax notes:
For more information about integration commands, see the Snowflake documentation here.