Skip to content

Commit

Permalink
restore dagster shell
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-scott committed Sep 18, 2024
1 parent e48c123 commit 4e8625a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 177 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "dagster-mssql-bcp"
version = "0.0.2"
dependencies = [
"dagster",

"dagster-shell",
"pendulum",
"pyodbc",
"polars",
Expand Down
4 changes: 1 addition & 3 deletions src/dagster_mssql_bcp/bcp_core/bcp_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@
from dagster import (
get_dagster_logger,
)
# from dagster_shell import execute_shell_command
from dagster_shell import execute_shell_command
from sqlalchemy import Connection, text

from .asset_schema import AssetSchema
from .bcp_logger import BCPLogger
from .mssql_connection import connect_mssql

from .shell_exec import execute as execute_shell_command

class BCPCore(ABC):
"""
Generalizes the process of loading data into a SQL Server database using BCP.
Expand Down
173 changes: 0 additions & 173 deletions src/dagster_mssql_bcp/bcp_core/shell_exec.py

This file was deleted.

0 comments on commit 4e8625a

Please sign in to comment.