mendesfabio/Dune Upload
Uploads a CSV file to the Dune API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 21, 2023
- License
- None
Pinned Snippet
uses: mendesfabio/dune-upload@98e0b7e5cf63a08ffc000ce4ea6cae385dc752e7 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dune_api_key | API key for authenticating with the Dune API | yes | — |
| csv_file_path | Path to the CSV file to upload | yes | — |
| table_name | The target table in the database where the CSV data should be uploaded | yes | — |
| description | A brief description of the uploaded data. Will be displayed in the Dune UI in the future | no | — |
| is_private | Whether the data should be private or not. Defaults to false | no | false |
Outputs
no outputs