Code Monkey home page Code Monkey logo

tamr-toolbox's People

Contributors

adam-tamr avatar along528 avatar ataghavey avatar catiefinkenbiner avatar clint-richardson avatar creynolds15 avatar divkov575 avatar erincompaan avatar github-actions[bot] avatar hduckduck avatar jliu159 avatar jun-dao avatar keziah-tamr avatar kovacsova avatar macgregg1 avatar melissapang avatar minroh avatar mjaagoub22 avatar nguyentr17 avatar ogordon100 avatar rjsanders avatar shalinipriya0965 avatar skalish avatar tamiro2019 avatar tamr-atlantis avatar tristan-koopman avatar wpmartin avatar ycharm avatar zbpvarun-tamr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tamr-toolbox's Issues

Tamr Ingestion fails

Hi Team,

Tamr Ingestion is failing with status 500, class com.tamr.common.except.ServiceException and message java.lang.IllegalStateException: Size must be 1 but was 2.

Please find the attached error response message for more information.
Tamr Ingestion Response.txt

Confusing names for repo: both tamr-toolbox and tamr_toolbox used in github.io and both names work?

This was brought to my attention by a customer. On the home page for the tamr-toolbox Guide, the instructions say to use pip install tamr-toolbox[all]

Screen Shot 2021-05-07 at 3 32 26 PM

but then when you click on the link for more installation options, the name of the package changes; the - goes to _:

Screen Shot 2021-05-07 at 3 52 44 PM

I did the first pip install listed with - and this threw an error no matches found: tamr-toolbox[all]. I then removed the [all] that that worked. I then followed up with _, fully expecting there to be an error thrown, but apparently either command works:

(tuc) paul.courtney@Elements-MacBook-Pro ~ % pip install tamr-toolbox[all]
zsh: no matches found: tamr-toolbox[all]
(tuc) paul.courtney@Elements-MacBook-Pro ~ % pip install tamr-toolbox
Collecting tamr-toolbox
Using cached tamr_toolbox-1.2.0-py3-none-any.whl (71 kB)
Requirement already satisfied: requests>=2.22 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from tamr-toolbox) (2.25.1)
Requirement already satisfied: tamr-unify-client>=0.13.0 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from tamr-toolbox) (1.3.0)
Collecting PyYAML==5.3.1
Using cached PyYAML-5.3.1-cp38-cp38-macosx_10_14_x86_64.whl
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from requests>=2.22->tamr-toolbox) (1.26.4)
Requirement already satisfied: chardet<5,>=3.0.2 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from requests>=2.22->tamr-toolbox) (4.0.0)
Requirement already satisfied: idna<3,>=2.5 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from requests>=2.22->tamr-toolbox) (2.10)
Requirement already satisfied: certifi>=2017.4.17 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from requests>=2.22->tamr-toolbox) (2020.12.5)
Requirement already satisfied: dataclasses<0.7.0,>=0.6.0 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from tamr-unify-client>=0.13.0->tamr-toolbox) (0.6)
Installing collected packages: PyYAML, tamr-toolbox
Successfully installed PyYAML-5.3.1 tamr-toolbox-1.2.0
(tuc) paul.courtney@Elements-MacBook-Pro ~ % pip install tamr_toolbox
Requirement already satisfied: tamr_toolbox in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (1.2.0)
Requirement already satisfied: tamr-unify-client>=0.13.0 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from tamr_toolbox) (1.3.0)
Requirement already satisfied: requests>=2.22 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from tamr_toolbox) (2.25.1)
Requirement already satisfied: PyYAML==5.3.1 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from tamr_toolbox) (5.3.1)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from requests>=2.22->tamr_toolbox) (1.26.4)
Requirement already satisfied: chardet<5,>=3.0.2 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from requests>=2.22->tamr_toolbox) (4.0.0)
Requirement already satisfied: certifi>=2017.4.17 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from requests>=2.22->tamr_toolbox) (2020.12.5)
Requirement already satisfied: idna<3,>=2.5 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from requests>=2.22->tamr_toolbox) (2.10)
Requirement already satisfied: dataclasses<0.7.0,>=0.6.0 in ./.pyenv/versions/3.8.5/envs/tuc/lib/python3.8/site-packages (from tamr-unify-client>=0.13.0->tamr_toolbox) (0.6)
(tuc) paul.courtney@Elements-MacBook-Pro ~ %

Tamr Export fails.

export fails with requests.exceptions.HTTPError: 404 Client Error: Not Found for url: {tamr_base_url}/api/urlExport/jdbc

apipath in tamr_toolbox.data_io.df_connect.client.export_dataset is hardcoded to /api/urlExport/jdbc. it should be /api/connect/urlExport/jdbc ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.