When a String field with date or
timestamp values in the source is mapped to a Date/Time field in the target, or
a Date/Time field in the source is mapped to a String field with date or
timestamp values in the target, ensure that the date and timestamp values are in
the format supported by Databricks.
When you connect to Databricks endpoints
hosted on Google Cloud Platform, you cannot use the AI functions.
When you use the LEAD() or LAG() function and the default value that the expression returns is of Boolean data type, specify the function in the following format:
LEAD(flag,3,BOOLEAN(TRUE))
or
LAG(flag,3,BOOLEAN(TRUE))
Do not use keywords or function names as column names or output port names.
When you configure a Filter transformation and specify a simple filter condition on columns of date or timestamp in a Databricks table, you must pass the data through the TO_DATE() or TO_TIMESTAMP() function as an expression in the filter condition.
You cannot use nested aggregate functions in an Aggregator transformation. For example, you cannot specify SUM(AVG(col1)) in the aggregate function. Use nested aggregations by adding multiple Aggregator transformations in the mapping.
When you use the COUNT_MIN_SKETCH() function in an Aggregator or Expression transformation, ensure that the columns that you pass as epsilon and confidence arguments are of double data type.
If the fields are not of double data type, use an Expression transformation to first convert the column data type to double, and then use the returned columns in a downstream Aggregator or Expression transformation.