Stream Analytics - Reference Data

Prabhu Rsp 1 Reputation point
2021-08-12T04:41:37.507+00:00

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://learn.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.

Azure SQL Database
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
397 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
568 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,343 questions
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,486 Reputation points Microsoft Employee Moderator
    2021-08-13T23:29:31.303+00:00

    Hello @Prabhu Rsp ,
    Thanks for the ask and using the Microsoft Q&A platform .
    At this time ASA supports only 4 different streaming inputs .

    1. Azure Event Hubs
    2. Azure IoT Hub
    3. Azure Blob storage
    4. Azure Data Lake Storage Gen2

    and you will have to use one of these and then only you can use reference data source ( like SQL ) .

    If you do not want use any other layer , i do not think you can use ASA .

    Thanks
    Himanshu
    Please do consider clicking on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.