- Reuse credentials that are established in the connection.
- Browse data from the data provider in the Environment browser of your Prophecy project.
Most connections are only used to read from and write to data sources. The SQL Warehouse
connection is an exception: it also provides the compute environment for pipeline execution.
Connections access
Prophecy controls access to connections through fabric-level permissions. To access a connection, you must have access to the fabric that contains the connection. You can only access fabrics that are assigned to one of your teams.||--|| indicates a one-to-one relationship, ||--o{ indicates a one-to-many relationship (one entity on the left can relate to many entities on the right), and }o--o{ indicates a many-to-many relationship.
Add a new connection
To configure a new connection in a Prophecy fabric:- Open the Metadata page from the left sidebar in Prophecy.
- Navigate to the Fabric tab.
- Open the fabric where you want to add the connection.
- Navigate to the Connections tab.
- Click + Add Connection. This opens the Create Connection dialog.
- Select a data provider from the list of connection types.
- Click Next to open the connection details.
- Configure the connection and save your changes.
View connection status
Connection status indicates whether Prophecy can reach your data sources through network connectivity tests. Status appears in the Connections tab of your fabric. Each connection displays one of four statuses:- Connected: Network connectivity test passed. You can use the connection.
- Disconnected: Network connectivity test failed. Common causes include a firewall blocking the connection or expired credentials.
- Inactive: The connection hasn’t been used within the past week. Prophecy suspends network connectivity testing for inactive connections to reduce overhead. Testing resumes automatically when you use the connection again.
- Not tested: This indicates that Prophecy does not support network connectivity testing for this connection type.

