Your feedback is highly appreciated! Let's make Vertabelo even better.

0
Ukończony

Using python and win32com to write outlook rules

mabel juhi 4 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 4 lat temu 2

I've been trying really hard to make it work in python 3.7 and outlook 365. A related question here and the VBA documentation is here. I can't manage to solve it.

Everything in the code is working fine, except the two lines commented out in the code.

Please, help!

import win32com.client as win32

o = win32.Dispatch("Outlook.Application")

musterman = o.GetNamespace("MAPI").Folders['musterman@outlook.at']

dest_folder = musterman.Folders["Posteingang"].Folders["Ich"]
colRules = o.Session.DefaultStore.GetRules()
oRule = colRules.Create("New Rule", 0)

oFromCondition = oRule.Conditions.From
oFromCondition.Enabled = True
oFromCondition.Recipients.Add("john@email.com")
oFromCondition.Recipients.ResolveAll

oMoveRuleAction = oRule.Actions.MoveToFolder
oMoveRuleAction.Enabled = True                 #not working
oMoveRuleAction.Folder = dest_folder           #not working

colRules.Save()
0

Needs Supports Logical/Phygical Name in Columns And Switching L/P Name Conventions

정 창훈 4 lat temu 0

I would appreciate it if you support switch view the name/code convention in one diagram.

0
Naprawione

I havent received any confirmation e-mail during registration

s20350 4 lat temu Ostatnio zmodyfikowane przez Adam Mościcki 4 lat temu 1

I havent received any confirmation e-mail during registration. Could you please help me?

0
Z odpowiedzią

Can I import an SQL to create the diagram?

juanmjimenezs 6 lat temu Ostatnio zmodyfikowane przez Jarosław Błąd (CEO) 4 lat temu 2

Hi, I have a database with almost 120 tables, can I import an SQL to create the diagram?

Kind regards,

Juan Manuel

0
Ukończony

Reticulate not creating multiple threads inside docker?

selenanur 4 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 4 lat temu 1

Is there any reason why the R script below

library(reticulate)

sk <- import('sklearn')
np <- import('numpy')

a <- np$random$random(c(as.integer(5000), as.integer(5000)))
pca <- sk$decomposition$PCA(as.integer(100))

pca$fit(a)

runs on 4 cores when I try it locally, but it uses only 1 core inside a docker container? I am using --cpuset-cpus="0-3" and have verified by running the same task in python that the container has access to all 4 cores. I also tried a bunch of other things, but I can't seem to figure out a reason for this behavior. Anybody has any idea?

0
Rozpoczęte

logical model XML does not validate against xsd

Alexander Haug 4 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 4 lat temu 6

Please make sure that the Logical Model can be imported. It generates an xsd validation error since the xsd does not foresee a DatabaseLogicalModel. Weird, because you can export to XML.

Image 943

Image 942

0
Przygotowywanie odpowiedzi

How can I create a read-only service account for client transparency?

Ryan Sas 4 lat temu Ostatnio zmodyfikowane przez Rafał Strzaliński (Senior Engineer) 4 lat temu 1

How can I create a read-only service account for client transparency?  I purchased a team (5 licenses) account, but I need to allow some read-only capability for my client, and can't spare more than one license.  Is it possible to create a "service account" or is the best method to create a "team" email address and provide the log-in information for the potential users?

+6
Ukończony

Add support for Google BigQuery

Chris Piatt 6 lat temu Ostatnio zmodyfikowane przez Adam Mościcki 4 lat temu 3

Google BigQuery has now reached a maturity with their StandardSQL implementation that it should be relatively straightforward and stable to add support for BigQuery StandardSQL datatypes in Vertabelo.  This would be huge for me and many others in the big data space.

0
Rozpoczęte

Hello, why I can not delete my model when my…

Zhasulan Namazbaev 4 lat temu Ostatnio zmodyfikowane przez Adam Mościcki 4 lat temu 2

Hello, why I can not delete my model when my free subscription is over. I want to subscribe to 1 member subscription but it doesn't allowed due to logical model in my models list. I want to delete this logical model.

0
Z odpowiedzią

delete model

angelo 11 lat temu Ostatnio zmodyfikowane przez Zhasulan Namazbaev 4 lat temu 4
Hi, how i can delete a model in this software based web?