cancel
Showing results for 
Search instead for 
Did you mean: 
carlos_tasayco
Contributor
since ‎02-05-2025
2 weeks ago

User Stats

  • 16 Posts
  • 2 Solutions
  • 0 Kudos given
  • 4 Kudos received

User Activity

I have a job where I am refreshing my power bi semantic model, now my commpany change the workspace from Premium to Fabric, I am receiving this error message:Run failed with error message System error occurred during execution of task Power BI Task: ...
Hi,I have in my bronze schema json files, I am flattening them in a dataframe after that I am creating materialized views in a dlt pipeline, however, in production is taking a lot of time (over 3 hours) is not even a lot of data the biggest materiali...
Hello,I am struggling with this problem I need to update databricks repo, to only sync some files according to documentation is possible:https://learn.microsoft.com/en-us/azure/databricks/dev-tools/cli/sync-commands#only-sync-specific-filesIn my work...
In my organization we mask some column because they are PII, I have a dlt pipeline, I am masking these columns like this:CASE WHEN is_account_group_member("BDAIM-{environment.upper()}-PII_Unmask") THEN Personshopper.firstName ELSE mask(Personshopper....
I am implementing this to my workflow however there is a problem I want to avoid Enrollment_Profile/mv_person_test_pylint.py:22:9: E0602: Undefined variable 'spark' (undefined-variable)Can someone avoid that issue with spark dlt?