Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doapi metadata enrichment #1575

Merged
merged 145 commits into from
Mar 11, 2020
Merged

Doapi metadata enrichment #1575

merged 145 commits into from
Mar 11, 2020

Commits on Jan 22, 2020

  1. Scaffolding for stream download of datasets/tables from BQ

    Rafa de la Torre committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    3989a16 View commit details
    Browse the repository at this point in the history
  2. First implementation of stream download client

    URL hardcoded, api_key hardcoded, everything hardcoded, but it works.
    Rafa de la Torre committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    b6260c2 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 styling

    Rafa de la Torre committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    b5bbd9d View commit details
    Browse the repository at this point in the history
  4. Add test for stream download

    Rafa de la Torre committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    8cf9993 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1512 from CartoDB/rtorre/ch56013/client-for-strea…

    …m-download-of-bq-datasets
    
    Rtorre/ch56013/client for stream download of bq datasets
    Rafa de la Torre committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    642b0a0 View commit details
    Browse the repository at this point in the history
  6. Bootstrap the PR

    dgaubert committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    dc02d2f View commit details
    Browse the repository at this point in the history
  7. Linter

    dgaubert committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    1b021d0 View commit details
    Browse the repository at this point in the history
  8. Add client for dataset creation

    And refactor a little: move all the client details to _BQDatasetClient
    and keep all the schema-related info in BQUserDataset.
    Rafa de la Torre committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    d744330 View commit details
    Browse the repository at this point in the history
  9. Follow flake8 stylistic changes

    Rafa de la Torre committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    cf9b703 View commit details
    Browse the repository at this point in the history
  10. Draft upload dataset

    dgaubert committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    635f599 View commit details
    Browse the repository at this point in the history
  11. Hound

    dgaubert committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    adc6033 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Rename method

    dgaubert committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    8a08267 View commit details
    Browse the repository at this point in the history
  2. Linter

    dgaubert committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    2f3598c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08b7b43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2ec7b4 View commit details
    Browse the repository at this point in the history
  5. Make it compatible with python3.5

    Note it doesn't support f-strings
    Rafa de la Torre committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    13e3cec View commit details
    Browse the repository at this point in the history
  6. Fix bug: take the attribute and not the function

    Rafa de la Torre committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    7b18a71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4022e80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b7681e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ba0aff View commit details
    Browse the repository at this point in the history
  10. Linter

    dgaubert committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    0e23372 View commit details
    Browse the repository at this point in the history
  11. Implement method that creates, uploads, and imports a dataset and wai…

    …ts for its completion
    dgaubert committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    a9da167 View commit details
    Browse the repository at this point in the history
  12. Unnecessay else statement

    dgaubert committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    50767b9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d16889b View commit details
    Browse the repository at this point in the history
  14. Use built-in assertion

    dgaubert committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    2d8aa0e View commit details
    Browse the repository at this point in the history
  15. Use keywords params

    dgaubert committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    a634142 View commit details
    Browse the repository at this point in the history
  16. Use built-in assertions

    dgaubert committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    4a3aa9e View commit details
    Browse the repository at this point in the history
  17. Linter

    dgaubert committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    be5d9f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Merge pull request #1514 from CartoDB/rtorre/ch56009/client-for-bq-da…

    …taset-creation
    
    Rtorre/ch56009/client for bq dataset creation
    Rafa de la Torre committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    8c58ee5 View commit details
    Browse the repository at this point in the history
  2. Improve the test by checking created dataset

    Rafa de la Torre committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    9065ebd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1515 from CartoDB/client-for-bq-dataset-creation-…

    …enhancement
    
    Improve the test by checking created dataset
    Rafa de la Torre committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    17fdb63 View commit details
    Browse the repository at this point in the history
  4. Fix bad condition

    dgaubert committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    9429ed9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd073e7 View commit details
    Browse the repository at this point in the history
  6. Fix TODO in e2e tests

    dgaubert committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    188939c View commit details
    Browse the repository at this point in the history
  7. Keep trailing comma

    dgaubert committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    07d27c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    afea287 View commit details
    Browse the repository at this point in the history
  9. Linter

    dgaubert committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    41473fa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7507b44 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1513 from CartoDB/dgaubert/ch56011/client-for-bq-…

    …datasets-stream-upload
    
    Client for BQ datasets stream upload
    dgaubert committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    618f1e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    6e8ccde View commit details
    Browse the repository at this point in the history
  2. No need to expose the class

    dgaubert committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    036bd1a View commit details
    Browse the repository at this point in the history
  3. No need to import the class

    dgaubert committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    a3f01d5 View commit details
    Browse the repository at this point in the history
  4. Missing project and dataset

    dgaubert committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    4779e79 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    047ec20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8eebef View commit details
    Browse the repository at this point in the history
  3. Perform the whole cycle

    dgaubert committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    15ae8b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    03f8100 View commit details
    Browse the repository at this point in the history
  2. Linter

    dgaubert committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    3e7c5bb View commit details
    Browse the repository at this point in the history
  3. Wait 1 second between calls

    dgaubert committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    6b40b5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bc5704 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19a75b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e258248 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5839c5 View commit details
    Browse the repository at this point in the history
  8. Linter

    dgaubert committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    e0801ae View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    dba71d6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1516 from CartoDB/dgaubert/ch56016/client-points-…

    …enrichment
    
    Client for points enrichment
    dgaubert committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    461c626 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    7b609a0 View commit details
    Browse the repository at this point in the history
  2. Use credentials

    dgaubert committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    fb0e863 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    a9984e3 View commit details
    Browse the repository at this point in the history
  2. Linter

    dgaubert committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    a0a5059 View commit details
    Browse the repository at this point in the history
  3. fix linter errors

    juanrmn committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    6a91eeb View commit details
    Browse the repository at this point in the history
  4. Remove temporary comment

    dgaubert committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    2ac4716 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3aa6edd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abf1c78 View commit details
    Browse the repository at this point in the history
  7. Skip test optional

    dgaubert committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    d89861f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    029580b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Merge branch 'develop' of github.com:CartoDB/cartoframes into juanra/…

    …ch57069/metadata-api-integration-in-cf
    juanrmn committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    64689fe View commit details
    Browse the repository at this point in the history
  2. pytyon 3.5 fixes

    juanrmn committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    2a32f35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8346b8 View commit details
    Browse the repository at this point in the history
  4. Linter

    dgaubert committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    6419f7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f09f7b View commit details
    Browse the repository at this point in the history
  6. Typo

    dgaubert committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    02abc26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b17b43 View commit details
    Browse the repository at this point in the history
  8. Linter

    dgaubert committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    fe9d130 View commit details
    Browse the repository at this point in the history
  9. Mark method as private

    dgaubert committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    d4a91b1 View commit details
    Browse the repository at this point in the history
  10. Improve naming

    dgaubert committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a17cabd View commit details
    Browse the repository at this point in the history
  11. Deleted unneeded test suites

    dgaubert committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    fc737c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    20ac1e0 View commit details
    Browse the repository at this point in the history
  2. Linter

    dgaubert committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    ad22ae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83fbc18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a50a2f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Better default arguments

    dgaubert committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    2e1f136 View commit details
    Browse the repository at this point in the history
  2. Flip condition

    dgaubert committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    c10073f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1535 from CartoDB/dgaubert/ch58149/finish-enrichm…

    …ent-clients
    
    Be able to send filters and aggregations for enrichment
    dgaubert committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    aaa4ed4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1530 from CartoDB/enrichment-integration-do-api

    Enrichment integration do api
    dgaubert committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    de4a788 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fed891d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    7d5f02b View commit details
    Browse the repository at this point in the history
  2. python 3.5 fix

    juanrmn committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    d2bfab0 View commit details
    Browse the repository at this point in the history
  3. fix py35 tests...

    juanrmn committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    ee8d557 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Merge pull request #1531 from CartoDB/juanra/ch57069/metadata-api-int…

    …egration-in-cf
    
    Adapt Catalog to DO-Metadata API
    oleurud committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    ff716e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1538 from CartoDB/enrichment-endpoint-change

    Change endpoint enrichment do api
    dgaubert committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    f485600 View commit details
    Browse the repository at this point in the history
  3. Possible solution to WKT/WKB transformation to geojson

    Needed by BQ to correctly handle planar vs spherical coordinates.
    
    There was a missing param to the upload endpoint, to indicate the
    column to transform.
    
    This affects all geo ops, and makes them incorrect and very slow if
    not fixed.
    Rafa de la Torre committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    b8c317c View commit details
    Browse the repository at this point in the history
  4. Please hound and avoid mutability issue in default params

    Rafa de la Torre committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    22b97ff View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1542 from CartoDB/enrichment-upload-fix-to-json

    Possible solution to WKT/WKB transformation to geojson
    Rafa de la Torre committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    916cd49 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. set new url setting

    juanrmn committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    8fd4332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf9f385 View commit details
    Browse the repository at this point in the history
  3. Better funcion name

    dgaubert committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    2373cad View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1544 from CartoDB/dgaubert/ch58421/new-url-for-api

    Use new base path for DO enrichment
    dgaubert committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    9f070a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5cb8f8 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Merge pull request #1546 from CartoDB/dgaubert/ch57208/cartoframes-en…

    …d2end-tests
    
    Bad default value for aggregation parameter in polygon enrichment
    dgaubert committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    c176d46 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    5f5c059 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Merge pull request #1548 from CartoDB/dgaubert/ch59562/provide-insigh…

    …tful-error-messages-when-a
    
    Raise error when a job has failed
    dgaubert committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    3914afa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    371995d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1553 from CartoDB/dgaubert/ch59461/cartoframe-s-e…

    …2e-enrichment-tests-failing
    
    Be more tolerant with aggregation results while testing
    dgaubert committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    d01fa6b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Merge pull request #1543 from CartoDB/juanra/ch58421/update-do-metada…

    …ta-url
    
    New DO-Metadata API url setting
    oleurud committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    db863ec View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. removing db datasets

    oleurud committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    2bd1357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aca860b View commit details
    Browse the repository at this point in the history
  3. add pyrestcli

    oleurud committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    ed5e9b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    526c24d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c8fd87 View commit details
    Browse the repository at this point in the history
  6. rm bq tests

    oleurud committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    f2a90be View commit details
    Browse the repository at this point in the history
  7. using new naming DODataset

    oleurud committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    1ea27f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    d7fd768 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1573 from CartoDB/oleurud/ch61421/integrate-do-cl…

    …ient-in-to-dataframe-and-to
    
    order by in download to ensure e2e tests
    oleurud committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    48be07a View commit details
    Browse the repository at this point in the history
  3. rename do_dataset stuff

    oleurud committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    ac4bd93 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'oleurud/ch58426/move-client-from-cf-to-carto-python' of…

    … github.com:CartoDB/cartoframes into oleurud/ch58426/move-client-from-cf-to-carto-python
    oleurud committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c179f6b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1574 from CartoDB/enrichment

    DO API Enrichment service and tests
    Rafa de la Torre committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    95804e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0dea4b View commit details
    Browse the repository at this point in the history
  7. cornflake8

    oleurud committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    5fb6c13 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Merge pull request #1572 from CartoDB/oleurud/ch58426/move-client-fro…

    …m-cf-to-carto-python
    
    move DO API client to carto python
    Rafa de la Torre committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    6cbc90a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into doapi-metadata-enr…

    …ichment
    Rafa de la Torre committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f179cf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bfd3e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c306ae0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e591a0 View commit details
    Browse the repository at this point in the history
  6. Add repo_client unit tests

    Jesus89 committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    06b4944 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4b4da5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53a9d5a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Merge pull request #1576 from CartoDB/jarroyo/ch61524/move-metadata-a…

    …pi-requests-logic-to-python
    
    Move Metadata API client to Python SDK
    Jesus89 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    05b1ecb View commit details
    Browse the repository at this point in the history
  2. Raise min version of carto to 1.9.1

    Rafa de la Torre committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    be513c2 View commit details
    Browse the repository at this point in the history
  3. Fix for duplicate/wrong columns when reusing enrichment object

    Rafa de la Torre committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    9985832 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Jesus89 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    ed5b5d9 View commit details
    Browse the repository at this point in the history
  5. Update carto-python to 1.9.1

    Jesus89 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1024649 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ae7cab1 View commit details
    Browse the repository at this point in the history
  7. Add unit test

    Jesus89 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3578e23 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1583 from CartoDB/jarroyo/ch61957/catalogerror-wh…

    …en-running-catalog-subscriptions
    
    Fix None check in catalog subscriptions
    Rafa de la Torre committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    1d9326c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5593421 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1581 from CartoDB/rtorre/ch61906/error-500-field-…

    …enrichment-id-already-exists
    
    Fix for duplicate/wrong columns when reusing enrichment object
    Rafa de la Torre committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    397bd5d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1584 from CartoDB/jarroyo/ch61957/catalogerror-wh…

    …en-running-catalog-subscriptions
    
    Add type filter to get_subscription_ids
    Jesus89 committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3a4cd9d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. support for staging tests

    oleurud committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    69dc563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3740c67 View commit details
    Browse the repository at this point in the history
  3. enrichment details

    oleurud committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    f1722ef View commit details
    Browse the repository at this point in the history
  4. more details from CR

    oleurud committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    2c29562 View commit details
    Browse the repository at this point in the history
  5. lint

    oleurud committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    aa60646 View commit details
    Browse the repository at this point in the history
  6. fix mock reference

    oleurud committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    b453dc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89280aa View commit details
    Browse the repository at this point in the history