Hi,
I have to set a pipe line to get data's into "stream analytics job service" from sql database directedly( should not use other layers/components Ex: Data factory, Event hubs etc between sql db and stream analytics job ) . But no stream input in my use case. Tried by using this link with by adding reference data input option
"https://docs.microsoft.com/en-us/azure/stream-analytics/sql-reference-data "
But received "Query must refer to at least one data stream input" this error. Query expects always at least one stream input.
Please let me know to to achieve this with out using code only through pipelines.
Thank You.