Solved

Timeout error for creating a Timeseries subscription


Hi Team, 

I work with Celanese and we are trying to work on creating Power BI dashboards for streaming Data (Timeseries).  I am following below solution for doing the same. 

Everton Colling


I am facing same “timeout” error while creating Subscriptions. I am using below code. 
my_filter = f.Prefix(
    property=p.external_id,
    value="EVE"
)
sub = DataPointSubscriptionCreate(
    external_id="powerbi-subscription-test",
    name="PowerBI Subscription Test",
    description="Subscription for PowerBI",
    partition_count=1,
    filter=my_filter
)
client.time_series.subscriptions.create(sub)

icon

Best answer by Dilini Fernando 11 June 2024, 13:30

View original

2 replies

Userlevel 4
Badge +2

Hi @Rajendra Pasupuleti,

We have received a support ticket for this, and the team is investigating.We will share an update via the ticket.

Userlevel 4
Badge +2

Hi @Rajendra Pasupuleti,

I will proceed with closing this thread as the support ticket has been resolved.

Reply