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
- Host: GitHub
- URL: https://github.com/lnxpy/dlt-action
- Owner: lnxpy
- License: mit
- Created: 2024-10-29T20:06:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:11:45.000Z (over 1 year ago)
- Last Synced: 2025-03-23T21:51:52.969Z (over 1 year ago)
- Language: Python
- Size: 68.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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