Skip to content

Commit 86c2e20

Browse files
committed
Rename project to dbt-postgres-python
1 parent 12409f2 commit 86c2e20

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/actions/setup-local-fal/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ runs:
2525
shell: bash
2626
run: pip install poetry-core=="1.0.*" poetry=="1.1.4"
2727

28-
- name: Install dbt-fal
28+
- name: Install dbt-postgres-python
2929
shell: bash
3030
run: |
3131
package='dbt-${{ inputs.adapter }}'

.github/workflows/test_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# - "3.10"
2222
# - "3.11"
2323
dbt:
24-
- "1.5.*"
24+
- "1.5.9"
2525

2626
# Run only the latest commit pushed to PR
2727
concurrency:

projects/adapter/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tool.poetry]
2-
name = "dbt-fal"
3-
version = "1.5.9a0"
2+
name = "dbt-postgres-python"
3+
version = "1.5.9a1"
44
# name = "fal"
55
# version = "0.9.4a0"
6-
description = "Run python scripts from any dbt project."
6+
description = "Run python scripts from any dbt project. This project is based on the project https://github.com/fal-ai/fal initially authored by FAL.AI."
77
readme = "README.md"
8-
homepage = "https://github.com/fal-ai/fal"
9-
repository = "https://github.com/fal-ai/fal"
10-
authors = [ "Features & Labels <[email protected]>" ]
8+
homepage = "https://github.com/kudryk/dbt-postgres-python"
9+
repository = "https://github.com/kudryk/dbt-postgres-python"
10+
authors = [ "Features & Labels <[email protected]>", "Mark Kudryk <[email protected]>" ]
1111
packages = [
1212
{ include = "dbt", from = "src" },
1313
# cli package
@@ -96,4 +96,4 @@ requires = ["poetry-core>=1.0.0"]
9696
build-backend = "poetry.core.masonry.api"
9797

9898
[tool.poetry.scripts]
99-
dbt-fal = "fal.dbt.cli:cli"
99+
dbt-postgres-python = "fal.dbt.cli:cli"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.5.9a0'
1+
version = '1.5.9a1'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '1.5.9a0'
1+
version = '1.5.9a1'

0 commit comments

Comments
 (0)