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

Update geocoder_api.py #77

Merged
merged 3 commits into from
May 14, 2024
Merged

Commits on May 6, 2024

  1. Update geocoder_api.py

    Upgrade the geocoding functionality in the GeocoderApi class to accommodate scenarios where only partial address information, such as city and postcode, is available. Currently, the address_with_details method raises errors when incomplete address details are provided. As most of the companies are from scrapped data or hubspot and full address is not available, we can't create new companies in the DirectoryCompany table.
    antosomzi authored May 6, 2024
    Configuration menu
    Copy the full SHA
    4e8532e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update geocoder_api.py

    fix linting issues
    antosomzi authored May 7, 2024
    Configuration menu
    Copy the full SHA
    b697159 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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