question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upload artifacts which contain lambdas

See original GitHub issue

As I understand, the Task.upload_artifact function in ClearML is limited by what Python’s pickle.dump can do. As of now pickle.dump cannot deal with objects that contain lambda functions.

Is there a way to upload these objects without resorting to storing the object on disk with e.g. dill and then uploading the file?

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:15

github_iconTop GitHub Comments

1reaction
erezalgcommented, Oct 20, 2022

@gbartyzel, Actually no, we somehow missed that 😃 I’ll make sure it’s out in the next version that’s supposed to be released in a week or two.

0reactions
erezalgcommented, Nov 7, 2022

@gbartyzel That is the plan 😃 Will update here once it’s out!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Lambda deployment packages - AWS Documentation
Open the Functions page on the Lambda console. · Select a function. · In the Code Source pane, choose Upload from and then...
Read more >
Artifacts - The Serverless Way
Sometimes you might want to upload a zipfile for a Lambda function or scripts ... To set this up you can use the...
Read more >
Optimise upload of deployment artifacts · Issue #8666 - GitHub
When configuring the lambda artifact location in CF template internally resolve hash for given artifact and return name dedicated for S3 bucket.
Read more >
How to conditionally upload Lambda artifact to s3 with ...
I use a separate project to keep Lambda code, which has separate build pipeline and deploy to the same s3 bucket.
Read more >
Serverless Lambda deployment tutorial - Harness.io Docs
Objectives · Before you begin · Limitations · Create the Deploy stage · Add the manifest · Add the artifact. Installing Serverless on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found