Skip to main content

Source and Target

Source and Target gems define how Prophecy reads and writes data in your pipeline.

Tables

SQL

Tables are natively read from and written to the SQL warehouse that is configured as your primary SQL connection in a Prophecy fabric.

NameDescription
TablePersistent storage of structured data in your SQL warehouse. Faster for frequent queries (indexed).
ViewA virtual table that derives data dynamically from a query. Slower for complex queries (computed at runtime).
SeedSmall CSV-format files that you can write directly in Prophecy.
caution

When deciding between tables and external sources, consider the primary SQL connection in your Prophecy fabric. Processing tables natively in the SQL warehouse will be fast, but processing external data is slower.
Do not create an external connection that duplicates your primary SQL warehouse connection.

External Sources and Targets

Prophecy Automate

To use data from outside of your SQL warehouse, you can use the following external sources and targets. This data is not persisted in Prophecy, but rather read through Prophecy.

File or External TableConnection types
CSVS3, SFTP, Sharepoint, Databricks
JSONS3, SFTP, Sharepoint, Databricks
TextNone
XLSXS3, SFTP, Sharepoint, Databricks, Smartsheet
XMLS3, SFTP, Sharepoint, Databricks
DatabricksDatabricks
SnowflakeSnowflake
MSSQLMSSQL
MongoDBMongoDB