Viewing 15 posts - 16 through 30 (of 1,988 total)
Between that and the GENERATE_SERIES() defeating Minimal Logging (article coming out on that on the 18th) and the DATETIME rounding issues into the next day that started in...
September 10, 2023 at 8:11 pm
You'd think someone working in it would know how to ask for help properly..... developer just sent me.
"the UAT ETL server seems to be really slow this morning. Any reason...
August 15, 2023 at 3:19 pm
I think that is a good point. Review what the developer has actually submitted, not other stuff. Obviously there are some "It depends" scenarios. Restricting the blast radius is...
July 28, 2023 at 4:39 pm
Large PR's are the result of a bigger problem, code bloat caused by not properly compartmentalizing components.
July 28, 2023 at 2:21 pm
Informatica ETL is highly recommended
LOL this has to be an add bot. Informatica hasn't had a major update in something like over a decade and doesn't support(or barely) many...
July 28, 2023 at 2:10 pm
Then just take out your logic that's creating the destination directory?
If it doesn't exist the copy-item will error out.
July 27, 2023 at 4:11 pm
The example I gave was just add the MMYYYY to a file, it looks like you already have the logic to create the destination directory if it doesn't exist.
So now...
July 27, 2023 at 3:35 pm
I tend to subscribe to the idea of it's better to have the data and not need it than need the data and not have it. There's obviously some limits...
July 27, 2023 at 2:25 pm
Sorry about that, apiEndpoint corrected, it was a typo. I am getting the same error still. 404 not found.
Is the port number required there? Thanks.
If the port number is...
July 25, 2023 at 9:09 pm
Yes you would still need to have your directory create logic in there, that was just to handle adding the date stamp.
July 25, 2023 at 2:57 pm
Well your file copy could look something like,
$file | Copy-Item -Destination ($destination + ($file.BaseName + "_" + (Get-Date -Format "MMyyyy") + $file.Extension ))
July 25, 2023 at 2:33 pm
Unfortunately that is a super generic java error from the sql driver, we've had a lot of issues with that and it's hard to point to a root cause. An...
July 19, 2023 at 6:38 pm
I think there shouldn't be time zones, let alone DST. The entire globe should be Noon, as an example. Pick a time zone, and the whole world can follow...
July 18, 2023 at 8:13 pm
What about the hybrid approach where HIPPO demands data be manipulated to match?
July 14, 2023 at 8:31 pm
Just be careful if there's more than 1 completed subtask for the same task 🙂
May 25, 2023 at 4:39 pm
Viewing 15 posts - 16 through 30 (of 1,988 total)