You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

adaptable

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptable - pypi Package Compare versions

Comparing version
0.1.4
to
0.1.5
+1
-1
adaptable/cleaning/_utils.py

@@ -13,3 +13,3 @@ from adaptable._data_access.get_dataset_from_db import select_table, alter_table

query_file_path = (
"adaptable/_data_access/query/get_metabase_cards_not_recently_looked_at.sql"
"./query/get_metabase_cards_not_recently_looked_at.sql"
)

@@ -16,0 +16,0 @@ df_metabase_card_id = select_table(conn, query_file_path, variables)

Metadata-Version: 2.1
Name: adaptable
Version: 0.1.4
Version: 0.1.5
Summary:

@@ -5,0 +5,0 @@ Author: Paul Couturier

[tool.poetry]
name = "adapTable"
version = "0.1.4"
version = "0.1.5"
description = ""

@@ -5,0 +5,0 @@ authors = ["Paul Couturier <paul.couturier@ovrsea.com>"]

@@ -24,3 +24,3 @@ # -*- coding: utf-8 -*-

'name': 'adaptable',
'version': '0.1.4',
'version': '0.1.5',
'description': '',

@@ -27,0 +27,0 @@ 'long_description': None,