Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publish to v0.0.1-alpha #7

Merged
merged 11 commits into from
Oct 13, 2023
Merged

publish to v0.0.1-alpha #7

merged 11 commits into from
Oct 13, 2023

Conversation

davidvaldez89d
Copy link
Collaborator

No description provided.

setup.py Outdated
@@ -0,0 +1,24 @@
from distutils.core import setup
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need setup.py/cfg? Isn't everything in the pyproject.toml?

* **flow_kwargs**: A dictionary of Prefect flow arguments.
Here's a basic example of how to use dbt_flow():
```python
my_flow = dbtFlow.dbt_flow(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this code is not correct

from prefect_dbt_flow import dbt_flow
```
2. **Define the Prefect Flow:**
Create a Prefect flow by initializing a `dbtFlow.dbt_flow` object. You can configure it with your dbt project, profile, and additional options:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just dbt_flow


run the following comand to seed the csv files:
```bash
dbt seed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

after we implement the seed command we need to remember to change this.

README.md Outdated

## Inspiration
Prefect-dbt-flow draws inspiration from various projects in the data engineering and workflow orchestration space, including:
- cosmos by astronomer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.md Outdated
<a href="https://pepy.tech/project/prefect-dbt-flow"><img alt="Downloads" src="https://pepy.tech/badge/prefect-dbt-flow" /></a>
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg" /></a>
<a href="http://mypy-lang.org/"><img alt="Mypy checked" src="https://img.shields.io/badge/mypy-checked-1f5082.svg" /></a>
<!-- <a href="https://pepy.tech/project/prefect-dbt-flow"><img alt="Codecov" src="https://codecov.io/github/datarootsio/databooks/main/graph/badge.svg" /></a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

@davidvaldez89d davidvaldez89d merged commit 1dc58c3 into main Oct 13, 2023
8 checks passed
@nicogelders nicogelders deleted the publish_to_pipy branch October 16, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants