Dependencies & cluster requirements
Dependencies & cluster requirements
Dependencies:
- ProphecyWarehousePython 0.0.1+
- ProphecyWarehouseScala 0.0.1+
- ProphecyLibsPython 1.9.42+
- UC dedicated clusters 14.3+ supported
- UC standard clusters 14.3+ supported
- Livy clusters not supported
Parameters
DB Table
TheDB Table option dictates which table to use as the source to read from. You can use anything valid in a FROM clause of a SQL query. For example, instead of a table name, use a subquery in parentheses.
SQL Query
TheSQL Query option specifies which query to use as a subquery in the FROM clause. Spark also assigns an alias to the subquery clause. For example, Spark issues the following query to the JDBC Source:
- You cannot use the
queryandpartitionColumnoptions at the same time. - If you must specify the
partitionColumnoption, you can specify the subquery using thedbtableoption and qualify your partition columns using the subquery alias provided as part ofdbtable.

