-
Re: My dataset gets wiped (seemingly) periodically
Dataiku itself will never do this. Two possible answers: Your Dataiku administrator looks at orphan datasets and deletes the data after 5 days to save on cloud costs Your BigQuery administrator set t…1 · -
Re: Using other python version
I am not familiar with Rocky but you should review the Python documentation on how to install multiple Python versions in your OS (Python alternatives). This should work fine. I have 5 Python version…1 · -
Re: Parse Date
You have date/times which are in different formats. Some have the microseconds (the .999999 part) and some don't. You should really ask the data provider to give you the data in a consistent dat…1 · -
Re: Parse Date
That can be done too. If the string has a dot you could use the substring() function to get the part up to the dot and concat it to the part after the plus.1 · -
Re: Modify project variables through a hook in advanced govern node
https://knowledge.dataiku.com/latest/automation/variables/tutorial-variables-with-code.html#get-and-set-project-variables-in-a-notebook1 ·