The first time you run the EDNA application, you will need to bind references and add privileges before proceeding to the main functionality of the app. The following references need to be added:
1- table_reference: `EDNA_APP_CONSUMER_DB.DATA.EDNA_APP_URL`.
2- view_reference: You must choose `EDNA_APP_CONSUMER_DB.DATA.ACCOUNT_USERS`.
3- external_access_reference: The EAI reference will create a [NETWORK RULE](https://docs.snowflake.com/en/sql-reference/sql/create-network-rule) and an External Access Integration with the `json` defined in the `configuration_callback`.
These references and privileges are defined in the manifest.yml file. Once they are set, you can proceed to configure the application.