Skip to content

Commit

Permalink
Merge pull request #5 from Toloka/authors
Browse files Browse the repository at this point in the history
add AUTHORS
  • Loading branch information
NikitaYurasov committed Mar 1, 2024
2 parents 3bc15c4 + 8751932 commit ca6c6d8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This is the list of dbt-af significant contributors.

Nikita Yurasov nikitayurasov@toloka.ai
Igor Safonov igsaf@toloka.ai
Evgeny Ermakov jkermakov@toloka.ai
Leonid Kozhinov lkozhinov@toloka.ai
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
[![PyPI version](https://badge.fury.io/py/dbt-af.svg)](https://badge.fury.io/py/dbt-af)
[![PyPI - Version](https://img.shields.io/pypi/v/dbt-af)](https://pypi.org/project/dbt-af/)
[![GitHub Build](https://github.com/Toloka/dbt-af/workflows/Tests/badge.svg)](https://github.com/Toloka/dbt-af/actions)

[![License](https://img.shields.io/:license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dbt-af.svg)](https://pypi.org/project/dbt-af/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/dbt-af)](https://pypi.org/project/dbt-af/)

[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# dbt-af: distributed run of dbt models using Airflow
Expand Down
2 changes: 1 addition & 1 deletion dbt_af/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
'conf',
]

__version__ = '0.1.0'
__version__ = '0.1.1'

from . import conf, dags
14 changes: 12 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
[tool.poetry]
name = "dbt-af"
version = "0.1.0"
version = "0.1.1"
description = "Distibuted dbt runs on Apache Airflow"
authors = ["Nikita Yurasov <nikitayurasov@toloka.ai>"]
authors = [
"Nikita Yurasov <nikitayurasov@toloka.ai>",
"Igor Safonov <igsaf@toloka.ai>",
"Evgeny Ermakov <jkermakov@toloka.ai>",
"Leonid Kozhinov <lkozhinov@toloka.ai>",
]
readme = "README.md"
license = "Apache-2.0"
homepage = "https://github.com/Toloka/dbt-af"
repository = "https://github.com/Toloka/dbt-af"
documentation = "https://github.com/Toloka/dbt-af/blob/main/examples/README.md"
keywords = ["python", "airflow", "dbt"]
packages = [
{ include = "dbt_af" },
{ include = "dbt_af_functional_tests" },
Expand Down

0 comments on commit ca6c6d8

Please sign in to comment.