Skip to content

Commit

Permalink
ingest bash test - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jul 17, 2024
1 parent 191819d commit 2ab6b77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions blue_geo/.abcli/tests/ingest.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#! /usr/bin/env bash

function test_blue_geo_ingest() {
local object_name=ingest-$(abcli_string_timestamp_short)

abcli_eval dryrun=$do_dryrun \
blue_geo ingest firms - \
$object_name \
"${@:2}"
}
2 changes: 1 addition & 1 deletion blue_geo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} AI for precise geospatial data analysis and visualization."

VERSION = "4.50.1"
VERSION = "4.51.1"

REPO_NAME = "blue-geo"

Expand Down

0 comments on commit 2ab6b77

Please sign in to comment.