Viewing 15 posts - 46 through 60 (of 887 total)
Yes, it is possible to do that in ADF. I have a series of blog posts on the topic, if you're interested: https://martinschoombee.com/2022/02/15/working-with-oauth-2-0-apis-in-azure-data-factory-a-series/
April 26, 2022 at 5:43 pm
We need more information to try and help. Can you post screenshots of your copy activity and its properties, as well as the current and expected output?
April 26, 2022 at 5:40 pm
Ok, now that I'm not confused anymore 🙂
I am familiar with Tim's post, and wish that Microsoft took the temporal table feature a little further past its initial implementation. My...
April 21, 2022 at 11:15 am
I think you're getting confused with some of the terminology (or I am). Type-1 dimensions do not track changes and are not temporal. Type-2 dimensions track changes and are temporal...
April 20, 2022 at 6:15 pm
If you make all of our fact tables temporal, then any type-2 change in a dimension will have to drive a change to the fact table(s) as well. You can...
April 20, 2022 at 5:16 pm
There's a lot to unpack here, so let me start with a few thoughts and clarifying questions:
To answer your primary question of "Is it ok to update Fact table records?":...
April 19, 2022 at 2:35 pm
We've all been there...keep asking questions 🙂
August 27, 2021 at 12:36 pm
Assuming I add the AccountType attribute to my Account dimension, should I also add the other Account attributes to the same dimension? It feels like I've just moved my...
August 26, 2021 at 1:07 pm
Yes, typically you would have the account type as an attribute in the Account dimension.
The main consideration would be if other fact tables need to be associated with the account...
August 24, 2021 at 2:22 pm
YESYESYESYESYES... Second Execute Process task working as well!!!!
I had the wrong freakin' switch!
I hate it when I spend so much time trying to troubleshoot something and it turns out...
July 16, 2021 at 4:00 pm
I still think you would be much better off using a script task - where you can embed the code or import the code - or just add the...
July 14, 2021 at 7:53 pm
Yeah...I would try unrestricted for the local machine (not user) too, if that's an option.
July 14, 2021 at 6:01 pm
The only other thing I can try to think of here is to run Visual Studio as admin. Even with your local admin permissions, the VS process may not have...
July 14, 2021 at 3:01 pm
Hmmm...your PS script might not even be initiated at all.
What is your local PS execution policy, and is the account you're using a local administrator?
July 14, 2021 at 2:32 pm
Viewing 15 posts - 46 through 60 (of 887 total)