Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ebulk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Roque
ebulk
Commits
538e7037
Commit
538e7037
authored
May 18, 2020
by
Roque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change ingestion policy url
parent
80ca41d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
ebulk
ebulk
+4
-3
No files found.
ebulk
View file @
538e7037
...
...
@@ -3,7 +3,8 @@
DATA_LAKE_URL
=
'https://wendelin.io/'
DOWN_URL
=
"
$DATA_LAKE_URL
/"
ING_URL
=
"
$DATA_LAKE_URL
/portal_ingestion_policies/wendelin_embulk"
ING_POLICY
=
"portal_ingestion_policies/default_embulk"
ING_URL
=
"
$DATA_LAKE_URL$ING_POLICY
"
EBULK_VERSION
=
"0.9.7"
EBULK_DATA_PATH
=
~/.ebulk
...
...
@@ -48,7 +49,7 @@ if [ -f "$DATA_LAKE_URL_FILE" ]; then
URL
=
$(
cat
"
$DATA_LAKE_URL_FILE
"
2>/dev/null
)
if
[[
"
$URL
"
!=
""
]]
;
then
DOWN_URL
=
"
$URL
/"
ING_URL
=
"
$URL
/portal_ingestion_policies/wendelin_embulk
"
ING_URL
=
"
$URL
$ING_POLICY
"
fi
fi
...
...
@@ -225,7 +226,7 @@ function setDataLakeUrl {
function
defaultDataLakeUrl
{
echo
""
>
"
$DATA_LAKE_URL_FILE
"
2>/dev/null
DOWN_URL
=
"
$DATA_LAKE_URL
/"
ING_URL
=
"
$DATA_LAKE_URL
/portal_ingestion_policies/wendelin_embulk
"
ING_URL
=
"
$DATA_LAKE_URL
$ING_POLICY
"
}
function
updateConfigFile
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment