python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why TransformBlock get different results?
Why TransformBlock get different results each time it executes?
Expect:
1,2,3
4,5,6,7,8,9
Result:
4,2,3
1,5,6,7,8,9
1,2,3
4,5,6,7,8,9
4,2,3
1,5,6,7,8,9
1,2,3
4,5,6,7,8,9
1,2,3
4,5,6,7,8,9
1,5,3
4,2...
zhusp
Votes: 0
Answers: 0
Problems with inital refresh of Power BI Data Flow - Too demanding on data source
I am faced with a challenge I would love to get some pointers for.
I have a couple of very large tables housed in an SQL Server instance that is also the primary production table for the application i...
Martijn Wijnands
Votes: 0
Answers: 1
Extract textPayload from PubSub log message in Cloud Functions
I have created a workflow that sends some logs to Pub/Sub. These logs trigger a Cloud Function which process the logs and extract the textPayload, but that part it's failing.
Cloud Function code
def m...
jbra95
Votes: 0
Answers: 1
How to apply a window function over values that repeat themselve in time but needs to be identified all the changes
I am trying to get all the changes over a different period of time. My issue is that I have row where the values are the same than one before. I am using Azure Dataflows (SQL or SPARK answer will do i...

Justin
Votes: 0
Answers: 1