Skip to content

Commit

Permalink
#101 Change direct token and in MS SQL Server add backup in volume
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLGG committed Oct 18, 2021
1 parent e0da31a commit a4db498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion process_zone/apache_airflow/dags/branching.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def from_mongodb_to_influx(token=None, nb_retry=10, **kwargs):
import json
# InfluxDB Token to access
if token is None:
token = "SutSmr4uKZ9DxALVa5O7CucjxWMPkccLIn9MAAvgzCxZOSgV6UUfgr3bflIc9YcetB4F3cNohsqJFqiyEXxVwA=="
token = config.token_influxdb
integrator = InfluxIntegrator(influx_host=globals()["GOLD_INFLUX_IP"],
influx_port=globals()["INFLUXDB_PORT"],
token=token)
Expand Down
2 changes: 1 addition & 1 deletion raw_data_zone/ms_sql_server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
- sqlsystem:/var/opt/mssql/
- sqldata:/var/opt/sqlserver/data
- sqllog:/var/opt/sqlserver/log
- sqlbackup:/var/opt/sqlserver/backup
- ./sqlserver/backup:/var/opt/sqlserver/backup
volumes:
sqlsystem:
sqldata:
Expand Down

0 comments on commit a4db498

Please sign in to comment.