microsoft fabric
3 TopicsOffice 365 Outlook Activity – Does It Support PDF Attachments in Microsoft Fabric Data Pipelines
Hi Community, I am building a Microsoft Fabric data pipeline where a PySpark notebook generates a PDF summary report and saves it to the Lakehouse Files. I would like to email this PDF directly to stakeholders using the Office 365 Outlook activity in Microsoft Fabric Data Pipelines. Could you please confirm whether the native Office 365 Outlook activity supports sending file attachments (such as a PDF from the Lakehouse)? If so, could you also share the recommended approach for attaching the file? Thanks in advance for your help!Solved171Views0likes3CommentsHTTP GET request not working in Copy Data activity, although same URL works in Postman
I am currently trying to submit a HTTP GET request in a Copy Data activity for a Data Pipeline in Data Factory. I have tried three different URLs from the three websites I am trying to copy data from, and am met with the same response each time: "Bad data is found at line 1 in source ... You can ignore bad data by setting BadDataFound to null. IReader state: ColumnCount: 27345 CurrentIndex: -1 HeaderRecord: IParser state: ByteCount: 0 CharCount: 1077997 Row: 1 RawRow: 1 Count: 27345 RawRecord: Hidden because ExceptionMessagesContainRawData is false." I cannot edit the source data/schema as its coming from a read-only URL. There is no setting "BadDataFound" within the Copy Data activity - rendering that option completely useless. The "Fault tolerance" setting within the Copy Data activity is set to "Skip incompatible rows" and that has not helped. This API GET request works completely fine within Postman. Wondering what the issue is, if Data Factory doesn't actually support this or if I'm missing something completely.Solved1.1KViews0likes1CommentFabric Lakehouse, Data warehouse and Fabric Pipelines on Ownership
We have fabric lakehouse, Data warehouse and Fabric pipelines in power bi workspace with Power BI Premium Capacity(P1). Upon disabling the user accounts. Unable to query the data warehouse / lakehouse tables via SQL endpoint and fabric pipeline gets failed with Message=Failed to get UserAuth access token. The error message is: AADSTS50057: The user account is disabled. To overcome this, we know the solution is to change the ownership of lakehouse, warehouse and for scheduled pipelines we had to modify the schedule/any other activity so that last modified user gets changed (There are about 50+ pipelines). In case if existing user account disabled. We had to modify the ownership again and modify the pipeline activity. Are there any better solution to this?1.3KViews0likes5Comments