tailer-sdk


Nametailer-sdk JSON
Version 1.3.18 PyPI version JSON
download
home_pagehttps://www.fashiondata.io/
SummaryTailer SDK Python Package
upload_time2024-04-15 06:43:11
maintainerNone
docs_urlNone
authorFashiondata Team
requires_pythonNone
licenseGPLv3
keywords pip fashiondata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tailer SDK

## Changelog

### Release 1.3.18 : 2024-04-08

* TTT : added GBQ write disposition on copy table tasks.
* TTT : added 'delete_gbq_table' task type.

### Release 1.3.17 : 2024-03-11

* TTT : fixed an issue in the dependencies parser.
* TTT : added range partitioning for table creation
* TTT : bq_table_timepartitioning_require_partition_filter flag is now DEPRECATED, please use bq_table_require_partition_filter instead.
* Misc : enhanced encoding detection when reading input files.
* TTT : added DDL information in the saved configuration

### Release 1.3.16 : 2024-01-11

* TTT : enhanced the way tasks dependencies are parsed.
* TTT : allow clustered table creation without time partitioning
* Misc : enhanced encoding detection when reading input files

### Release 1.3.15 : 2023-10-06

* Misc : fixed an issuer upon user update with Tailer configuration file.
* Setup : fix dependency with urllib3.

### Release 1.3.14 : 2023-07-10

* TTT : fix Markdown documentation processing
* Misc : code refactoring

### Release 1.3.13 : 2023-05-25

* TTT : fix Markdown documentation processing

### Release 1.3.12 : 2023-xx-yy

* TTT : fix a potential bug when using GBQ query jobs start and end datetime
* Setup : forced request-toolbelt version

### Release 1.3.11 : 2023-xx-yy

* TTT : added Mermaid Graph for tasks dependencies
* TTT : refactoring of TTT DAG generation
* All : standard way of processing Markdown documentation

### Release 1.3.10 : 2023-02-28

* TTT : fixed criticity upon expectation failure.
* TTT : added time partioning type to DDL file. You can use the "bq_table_timepartitioning_type" set to "HOUR", "DAY", "MONTH" or "YEAR". If not present, default is "DAY".
* Dependencies : forced firebase Python package to 3.0.1

### Release 1.3.9 : 2022-11-24

* TTS : support for context in SQL query.
* Global : enhanced SDK return codes

### Release 1.3.8 : 2022-10-05

* TTT : bugfix, error when applying context on a SQL file containing the variable name "TEMPLATE_CURRENT_DATE".

### Release 1.3.7 : 2022-07-28

* TTT : added new criticality level -> stop.
* Context : removed error messages related to protected variables (FD_*).
* Context : a configuration cannot be deployed if a placeholder cannot be replaced through the context application., except protected variables => FD_*
* TTT : fixed default timeout on lock. Now set to 15 seconds.

### Release 1.3.6 : 2022-05-13

* TTS : added new criticality level -> break

### Release 1.3.5 : 2022-03-21

* TTS : added support for new version (v3) of Table To Storage configuration.
* TTT : added SQL query details in run infos for "expection" task type.
* TTT : fixed an issue with how expectations failures are handled.
* TTT : added case management to avoid ducplicate due to PubSub re-delivering messages
* TTT : better handling of SQL execution date
* Context : added new template for context : {{FD_CONTEXT}}. This template will insert the Context ID.
* Context : context will always be applied, disregarding the version number.
 
### Release 1.3.4 : 2021-12-14

* TTT : fixed labels name error using task ids.

### Release 1.3.3 : 2021-11-29

* TTT : new task type : expectation
* TTT : SQL and EXPECTATION tasks support context variables replacement
* TTT : Lock manager optimizations

### Release 1.3.2 : 2021-11-08

* Bugfix : fixed an issue when running tailer with param : --context NO_CONTEXT
* API To Storage : added Protocol Buffers definition support.

### Release 1.3.1 : 2021-10-04

* TTT : added criticality attribute to tasks.
* Changed 'tailer auth get-token' output formatting for easy parsing.
### Release 1.3.0 : 2021-07-20

* Added support for new configuration template : API To Storage
* Fixed unknown command line args fot TTT.
### Release 1.2.8 : 2021-07-12

* TTT : fixed a bug when processing a single task DAG.
### Release 1.2.7 : 2021-07-01

* Added a new command for user reset password : tailer auth reset-password

### Release 1.2.6 : 2021-06-10

* Bugfix : fixed issue in TTT for dynamic SQL 

### Release 1.2.5 : 2021-06-03

* Added Context tagging in all configuration type
* TTT : --no-launch flag will work on TTT deploy as well.

### Release 1.2.4 : 2021-05-17

* Bugfix : fixed issue in TTT generation regarding Lock manager.

### Release 1.2.3 : 2021-05-10

* Bugfix : fixed issue leading to re-parsing the configuration once modified.
* TTT : added Redis support for Lock Manager. Redis will be default.

### Release 1.2.2 : 2021-03-30

* Bugfix : TTT => fixed a random issue when contacting ETCD instance.
* Added command : tailer auth get-token. Use sed to extract token : tailer auth get-token | sed -n 's/.*user_token\=//p'
* Table To Storage : user can launch the DAG upon deployment.

### Release 1.2.1 : 2021-02-22
 
* Added support for configuration type : xml-conversion

### Release 1.2.0 : 2021-02-22

* First release : moved code from Jarvis SDK
 

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.fashiondata.io/",
    "name": "tailer-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "pip, fashiondata",
    "author": "Fashiondata Team",
    "author_email": "contact@tailer.ai",
    "download_url": null,
    "platform": null,
    "description": "# Tailer SDK\n\n## Changelog\n\n### Release 1.3.18 : 2024-04-08\n\n* TTT : added GBQ write disposition on copy table tasks.\n* TTT : added 'delete_gbq_table' task type.\n\n### Release 1.3.17 : 2024-03-11\n\n* TTT : fixed an issue in the dependencies parser.\n* TTT : added range partitioning for table creation\n* TTT : bq_table_timepartitioning_require_partition_filter flag is now DEPRECATED, please use bq_table_require_partition_filter instead.\n* Misc : enhanced encoding detection when reading input files.\n* TTT : added DDL information in the saved configuration\n\n### Release 1.3.16 : 2024-01-11\n\n* TTT : enhanced the way tasks dependencies are parsed.\n* TTT : allow clustered table creation without time partitioning\n* Misc : enhanced encoding detection when reading input files\n\n### Release 1.3.15 : 2023-10-06\n\n* Misc : fixed an issuer upon user update with Tailer configuration file.\n* Setup : fix dependency with urllib3.\n\n### Release 1.3.14 : 2023-07-10\n\n* TTT : fix Markdown documentation processing\n* Misc : code refactoring\n\n### Release 1.3.13 : 2023-05-25\n\n* TTT : fix Markdown documentation processing\n\n### Release 1.3.12 : 2023-xx-yy\n\n* TTT : fix a potential bug when using GBQ query jobs start and end datetime\n* Setup : forced request-toolbelt version\n\n### Release 1.3.11 : 2023-xx-yy\n\n* TTT : added Mermaid Graph for tasks dependencies\n* TTT : refactoring of TTT DAG generation\n* All : standard way of processing Markdown documentation\n\n### Release 1.3.10 : 2023-02-28\n\n* TTT : fixed criticity upon expectation failure.\n* TTT : added time partioning type to DDL file. You can use the \"bq_table_timepartitioning_type\" set to \"HOUR\", \"DAY\", \"MONTH\" or \"YEAR\". If not present, default is \"DAY\".\n* Dependencies : forced firebase Python package to 3.0.1\n\n### Release 1.3.9 : 2022-11-24\n\n* TTS : support for context in SQL query.\n* Global : enhanced SDK return codes\n\n### Release 1.3.8 : 2022-10-05\n\n* TTT : bugfix, error when applying context on a SQL file containing the variable name \"TEMPLATE_CURRENT_DATE\".\n\n### Release 1.3.7 : 2022-07-28\n\n* TTT : added new criticality level -> stop.\n* Context : removed error messages related to protected variables (FD_*).\n* Context : a configuration cannot be deployed if a placeholder cannot be replaced through the context application., except protected variables => FD_*\n* TTT : fixed default timeout on lock. Now set to 15 seconds.\n\n### Release 1.3.6 : 2022-05-13\n\n* TTS : added new criticality level -> break\n\n### Release 1.3.5 : 2022-03-21\n\n* TTS : added support for new version (v3) of Table To Storage configuration.\n* TTT : added SQL query details in run infos for \"expection\" task type.\n* TTT : fixed an issue with how expectations failures are handled.\n* TTT : added case management to avoid ducplicate due to PubSub re-delivering messages\n* TTT : better handling of SQL execution date\n* Context : added new template for context : {{FD_CONTEXT}}. This template will insert the Context ID.\n* Context : context will always be applied, disregarding the version number.\n \n### Release 1.3.4 : 2021-12-14\n\n* TTT : fixed labels name error using task ids.\n\n### Release 1.3.3 : 2021-11-29\n\n* TTT : new task type : expectation\n* TTT : SQL and EXPECTATION tasks support context variables replacement\n* TTT : Lock manager optimizations\n\n### Release 1.3.2 : 2021-11-08\n\n* Bugfix : fixed an issue when running tailer with param : --context NO_CONTEXT\n* API To Storage : added Protocol Buffers definition support.\n\n### Release 1.3.1 : 2021-10-04\n\n* TTT : added criticality attribute to tasks.\n* Changed 'tailer auth get-token' output formatting for easy parsing.\n### Release 1.3.0 : 2021-07-20\n\n* Added support for new configuration template : API To Storage\n* Fixed unknown command line args fot TTT.\n### Release 1.2.8 : 2021-07-12\n\n* TTT : fixed a bug when processing a single task DAG.\n### Release 1.2.7 : 2021-07-01\n\n* Added a new command for user reset password : tailer auth reset-password\n\n### Release 1.2.6 : 2021-06-10\n\n* Bugfix : fixed issue in TTT for dynamic SQL \n\n### Release 1.2.5 : 2021-06-03\n\n* Added Context tagging in all configuration type\n* TTT : --no-launch flag will work on TTT deploy as well.\n\n### Release 1.2.4 : 2021-05-17\n\n* Bugfix : fixed issue in TTT generation regarding Lock manager.\n\n### Release 1.2.3 : 2021-05-10\n\n* Bugfix : fixed issue leading to re-parsing the configuration once modified.\n* TTT : added Redis support for Lock Manager. Redis will be default.\n\n### Release 1.2.2 : 2021-03-30\n\n* Bugfix : TTT => fixed a random issue when contacting ETCD instance.\n* Added command : tailer auth get-token. Use sed to extract token : tailer auth get-token | sed -n 's/.*user_token\\=//p'\n* Table To Storage : user can launch the DAG upon deployment.\n\n### Release 1.2.1 : 2021-02-22\n \n* Added support for configuration type : xml-conversion\n\n### Release 1.2.0 : 2021-02-22\n\n* First release : moved code from Jarvis SDK\n \n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Tailer SDK Python Package",
    "version": "1.3.18",
    "project_urls": {
        "Homepage": "https://www.fashiondata.io/"
    },
    "split_keywords": [
        "pip",
        " fashiondata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2e7eaabf952396e43348c8b5b47907f36475e0c1040a5c0d12dfb3aabfefa2d",
                "md5": "348daf6e2f1ed3e7f9e74623ee993830",
                "sha256": "7849a9a8fb7b350f42788b017e8efdc7ce488878cb4d9d9cd805a9dd5d9bb51c"
            },
            "downloads": -1,
            "filename": "tailer_sdk-1.3.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "348daf6e2f1ed3e7f9e74623ee993830",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 61209,
            "upload_time": "2024-04-15T06:43:11",
            "upload_time_iso_8601": "2024-04-15T06:43:11.353224Z",
            "url": "https://files.pythonhosted.org/packages/e2/e7/eaabf952396e43348c8b5b47907f36475e0c1040a5c0d12dfb3aabfefa2d/tailer_sdk-1.3.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 06:43:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "tailer-sdk"
}
        
Elapsed time: 0.24318s