Skip to content

Commit

Permalink
update binder details to match new deployment (#80)
Browse files Browse the repository at this point in the history
* add sas2nb for binder and SO question

* bump version 2.4.4 after merge

* add iris.sas test file

* change github workflow to not upload wheel.

* workaround binder wheel install issue.

* fix data packaging for pypi

* bump version

* fix grammar in message.

* clean up binder postBuild

* add SASsession magic to reduce prompting

* add lst_len property to fix _which_display

* Fix typing issue

* bump version

* Update binder details for connection.
  • Loading branch information
jld23 authored Jun 11, 2021
1 parent 83678c2 commit 40075ee
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions binder/sascfg_personal.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
SAS_config_names = ['viya4']

viya4 = {
'url':'https://temp.url.com:443',
'url':'https://binder.demo.sas.com',
'verify': False,
'timeout': 30,
'context':'SAS Job Execution compute context'
'context':'SAS Job Execution compute context',
'client_id' : "SASPy",
'client_secret' : "7c301751-3114-4554-ad82-e20e3466bb17",

}

0 comments on commit 40075ee

Please sign in to comment.