mirror of
https://github.com/dlt-hub/dlt.git
synced 2025-12-17 19:31:30 +00:00
* answers defaults in cli if tty disconnected * adds method to send anon tracker event even if disabled * fixes types in source/resource build in generator * adds dlt.hub with transformation decorator * moves dlt-plus to separate sidebar in docs, renames to dltHub Features, adds EULA * renamed plus to hub in docs * fixes docs logos * removes more dlt+ * renames plus tests * fixes ci run main * fixes hub workflows
8 lines
166 B
Python
8 lines
166 B
Python
import pytest
|
|
|
|
|
|
@pytest.mark.mssql
|
|
def test_mssql_source() -> None:
|
|
# we just test wether the mssql source may be imported
|
|
from dlt_plus.sources import mssql
|