Open Issues Need Help
View All on GitHub📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks
AI Summary: The `papermill` project is encountering an `AttributeError` due to a breaking change in its `azure-datalake-store` dependency (v1.0.1), which altered the authentication method. This issue causes `papermill`'s `test_adl.py` to fail, impacting its Debian packaging and necessitating an upstream fix to adapt to the new authentication API.
📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks
AI Summary: This issue focuses on troubleshooting and fixing a currently skipped test within the `test_hdfs.py` file. The test was previously skipped due to a dependency requirement related to Python 3.12, and the goal is to resolve this to enable the test.
📚 Parameterize, execute, and analyze notebooks
📚 Parameterize, execute, and analyze notebooks
AI Summary: The task is to debug and fix a TypeError in the Papermill S3 handler. The error occurs because a bytes object is being treated as a string during decoding. The solution involves correcting the type handling within the `s3.py` file, specifically around line 320, to ensure consistent string handling throughout the decoding process.
📚 Parameterize, execute, and analyze notebooks