Is this trigger supported -- trigger(Trigger.Continuous("1 second"))

User16826994223
Databricks Employee
Databricks Employee

Does delta file format support the continous trigger streaming as a sink?.trigger(Trigger.Continuous("1 second"))Can't find a document around itIn the spark documentation, I could see that below mentioned sinks are supported:

  • Sinks:
  • Kafka sink: All options are supported.
  • Memory sink: Good for debugging.
  • Console sink: Good for debugging. All options are supported. Note that the console will print every checkpoint interval that you have specified in the continuous trigger.