Linuxy
Results
1
comments of
Linuxy
powerbi_vars = namedtuple("powerbi_vars", [ 'appid', 'password', 'tenant_id', 'workspace_id' ]) t = [os.environ['PowerBiSPAppId'], os.environ['PowerBiSPSecretId'], os.environ['TenantId'], workspace_id ] powerbi_vars = powerbi_vars._make(t) return powerbi_vars def main(logdatasetrefreshtimer: func.TimerRequest) -> None: utc_timestamp = datetime.datetime.utcnow().replace( tzinfo=datetime.timezone.utc).isoformat()...