-
Re: read pdf with tabula on S3
Can you try to add at the beginning of the code import io and read the pdf as follows: tables = read_pdf(io.BytesIO(stream.read()), pages = "12-26", multiple_tables = True) instead of table…1 · -
Re: Export user details as csv or excel
Below is an example on how to get the list of users, if the user is enabled/disabled and their last login that is retrieved using function last_successful_login. You can use a notebook to run below c…1 · -
Re: Setup logging for remotely running python scripts
Hi @plamina , When you execute this code in a notebook or as a recipe on DSS, the code has access to the filesystem of the server and your FileHandler can access the server filesystem and write the l…1 · -
Re: Jira connection
Hi @Nick_Pedersen , You should use the subdomain value `maersk-tools` instead of https://maersk-tools.atlassian.net in the settings. The dashboard id is displayed in the URL when you navigate to the …1 · -
Re: Problem to creat code notebook
Hi @cpoltronieri , You are running into this issue because your DSS is installed on Windows. Dataiku DSS wasn't originally designed to natively run on Windows. That's why hosting Dataiku on Windows i…1 ·