An open API service indexing awesome lists of open source software.

https://github.com/lnxpy/dlt-action

dltHub fetching action
https://github.com/lnxpy/dlt-action

Last synced: over 1 year ago
JSON representation

dltHub fetching action

Awesome Lists containing this project

README

          

## dltHub Loading Action action-badge pyaction

This action fetches RESTful resources into your repositories. A good solution for packages and libraries that utilize data resources into their pipelines.

### Usage
```yml
jobs:
Test:
runs-on: ubuntu-latest
name: Testing the action
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Fetching the data
uses: lnxpy/dlt-action@main
with:
pipeline_name: rest_api_pokemon
destination: duckdb
dataset_name: rest_api_data
endpoint_url: https://pokeapi.co/api/v2/
resources: pokemon berry location

- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'data updated'
```

### License
MIT