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

🌲 Dbot updates, handful of fixes, etc #117

Merged
merged 5 commits into from
Oct 8, 2024
Merged

🌲 Dbot updates, handful of fixes, etc #117

merged 5 commits into from
Oct 8, 2024

Commits on Oct 7, 2024

  1. deps: update arcgis requirement in the major-dependencies group

    Updates the requirements on [arcgis](https://developers.arcgis.com/python/) to permit the latest version.
    
    Updates `arcgis` to 2.4.0
    
    ---
    updated-dependencies:
    - dependency-name: arcgis
      dependency-type: direct:production
      dependency-group: major-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    66316c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3004900 View commit details
    Browse the repository at this point in the history
  3. fix: make log message more generic (and correct)

    It's the little things... ;)
    stdavis authored and jacobdadams committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    270e4ba View commit details
    Browse the repository at this point in the history
  4. fix: remove date parsing from PostgresLoader

    This should be done via `transform.DataCleaning.switch_to_datetime` now and doing it via the loader was causing issues.
    stdavis authored and jacobdadams committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    cc5ca85 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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